Skip to content

Commit 7ca4e66

Browse files
authored
Update docker-publish.yml
1 parent cca2d03 commit 7ca4e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
platforms: ${{ matrix.platform }}
7878
labels: ${{ steps.meta.outputs.labels }}
79-
tags: ${{ env.IMAGE_NAME }}
79+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8080
push: ${{ github.event_name != 'pull_request' }}
8181
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
8282

0 commit comments

Comments
 (0)