We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca2d03 commit 7ca4e66Copy full SHA for 7ca4e66
1 file changed
.github/workflows/docker-publish.yml
@@ -76,7 +76,7 @@ jobs:
76
with:
77
platforms: ${{ matrix.platform }}
78
labels: ${{ steps.meta.outputs.labels }}
79
- tags: ${{ env.IMAGE_NAME }}
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
80
push: ${{ github.event_name != 'pull_request' }}
81
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
82
0 commit comments