fix: specify registry address before push
Build and Publish Docker Image / build (push) Failing after 18s

This commit is contained in:
iceBear67
2026-07-05 17:09:12 +08:00
parent 273b967659
commit f5f3165427
+1 -1
View File
@@ -20,4 +20,4 @@ jobs:
uses: docker/build-push-action@v7 uses: docker/build-push-action@v7
with: with:
push: true push: true
tags: cloud/workspace-image:latest tags: ${{ vars.gitea.server_url }}/cloud/workspace-image:latest