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 f5cf7d0 commit 955cbb6Copy full SHA for 955cbb6
.github/workflows/build.yml
@@ -177,13 +177,11 @@ jobs:
177
--arch-suffix \
178
--gen-metadata \
179
--push
180
- cat metadata_stripped.json
181
- cat metadata_debuggable.json
182
183
- digest=$(jq -r '.[0].RepoDigests[0]' metadata_stripped.json)
+ digest=$(jq -r '."containerimage.digest"' metadata_stripped.json)
184
echo "stripped_digest=${digest}" >> "${GITHUB_OUTPUT}"
185
186
- digest=$(jq -r '.[0].RepoDigests[0]' metadata_debuggable.json)
+ digest=$(jq -r '."containerimage.digest"' metadata_debuggable.json)
187
echo "debuggable_digest=${digest}" >> "${GITHUB_OUTPUT}"
188
189
- name: Generate provenance attestation for stripped image at ghcr.io
0 commit comments