fix: specify registry address before push
Build and Publish Docker Image / build (push) Successful in 1m32s

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