We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a0087 commit 2e537e0Copy full SHA for 2e537e0
1 file changed
.github/workflows/push.yml
@@ -242,7 +242,7 @@ jobs:
242
--annotation='index:org.opencontainers.image.created=${{ steps.timestamp.outputs.timestamp }}' \
243
--annotation='index:org.opencontainers.image.url=${{ github.event.repository.url }}' \
244
--annotation='index:org.opencontainers.image.source=${{ github.event.repository.url }}' \
245
- $(printf '${{ env.DOCKER_IMAGE }}@sha256:%s ' *)
+ $(printf '${{ env.GHCR_IMAGE }}@sha256:%s ' *)
246
- name: Inspect docker.io image
247
run: |
248
docker buildx imagetools inspect '${{ env.DOCKER_IMAGE }}:${{ needs.get-version.outputs.tag }}'
0 commit comments