Skip to content

Commit 1ba5cbb

Browse files
authored
Update docker-publish.yml
1 parent 7cb1718 commit 1ba5cbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
id: meta
124124
uses: docker/metadata-action@v5
125125
with:
126-
images: ${{ env.IMAGE_NAME }}
126+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
127127
tags: |
128128
type=ref,event=branch
129129
type=ref,event=pr
@@ -138,5 +138,5 @@ jobs:
138138
139139
- name: Inspect image
140140
run: |
141-
docker buildx imagetools inspect ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
141+
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
142142
#

0 commit comments

Comments
 (0)