This commit is contained in:
2025-07-12 14:45:09 +08:00
parent c39c256972
commit 49710d4444

View File

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