Skip to content

Commit 2e537e0

Browse files
committed
Fix docker.io merge step
1 parent a8a0087 commit 2e537e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
--annotation='index:org.opencontainers.image.created=${{ steps.timestamp.outputs.timestamp }}' \
243243
--annotation='index:org.opencontainers.image.url=${{ github.event.repository.url }}' \
244244
--annotation='index:org.opencontainers.image.source=${{ github.event.repository.url }}' \
245-
$(printf '${{ env.DOCKER_IMAGE }}@sha256:%s ' *)
245+
$(printf '${{ env.GHCR_IMAGE }}@sha256:%s ' *)
246246
- name: Inspect docker.io image
247247
run: |
248248
docker buildx imagetools inspect '${{ env.DOCKER_IMAGE }}:${{ needs.get-version.outputs.tag }}'

0 commit comments

Comments
 (0)