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 5de24ee commit 88ec6c6Copy full SHA for 88ec6c6
.github/workflows/build.yml
@@ -194,7 +194,7 @@ jobs:
194
$(printf 'ghcr.io/${{ github.repository }}@sha256:%s ' *)
195
196
# Get the digest of the created manifest list
197
- DIGEST=$(docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.version }} --format '{{json .Manifest.Digest}}' | jq -r .)
+ DIGEST=$(docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.version }} --format '{{ json .Manifest.Digest }}' | jq -r .)
198
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
199
200
- name: Attest docker build (DockerHub)
0 commit comments