This commit is contained in:
2025-07-12 14:49:17 +08:00
parent 64af6091c4
commit 187696ae9b

View File

@ -60,7 +60,7 @@ jobs:
OWNER=${{ gitea.repository_owner }}
LOWER_OWNER=$(echo "$OWNER" | tr '[:upper:]' '[:lower:]')
IMAGE_NAME="$REGISTRY_HOST/${{ LOWER_OWNER }}/hello-world-app"
IMAGE_NAME="$REGISTRY_HOST/$LOWER_OWNER/hello-world-app"
IMAGE_TAG="latest"
COMMIT_SHA="${{ gitea.sha }}"