fix: specify registry address before push
Build and Publish Docker Image / build (push) Successful in 1m32s
Build and Publish Docker Image / build (push) Successful in 1m32s
This commit is contained in:
@@ -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.REGISTRY }}/cloud/workspace-image:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user