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 7cb1718 commit 1ba5cbbCopy full SHA for 1ba5cbb
1 file changed
.github/workflows/docker-publish.yml
@@ -123,7 +123,7 @@ jobs:
123
id: meta
124
uses: docker/metadata-action@v5
125
with:
126
- images: ${{ env.IMAGE_NAME }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
127
tags: |
128
type=ref,event=branch
129
type=ref,event=pr
@@ -138,5 +138,5 @@ jobs:
138
139
- name: Inspect image
140
run: |
141
- docker buildx imagetools inspect ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
+ docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
142
#
0 commit comments