This commit is contained in:
2025-07-12 14:38:38 +08:00
parent 3e558025ef
commit 2d9c45c3ee

View File

@ -57,7 +57,7 @@ jobs:
# 设置镜像标签 # 设置镜像标签
REGISTRY_HOST=$(echo "${{ gitea.server_url }}" | sed 's|https\?://||') REGISTRY_HOST=$(echo "${{ gitea.server_url }}" | sed 's|https\?://||')
IMAGE_NAME="$REGISTRY_HOST/${{ gitea.repository_owner }}/hello-world-app" IMAGE_NAME="$REGISTRY_HOST/${{ lower(gitea.repository_owner) }}/hello-world-app"
IMAGE_TAG="latest" IMAGE_TAG="latest"
COMMIT_SHA="${{ gitea.sha }}" COMMIT_SHA="${{ gitea.sha }}"