We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b2893 commit f3dd537Copy full SHA for f3dd537
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
- id: digest-meta
64
name: Extract the digest
65
shell: bash
66
- run: echo "digest=`docker manifest inspect ${{ steps.repo-meta.outputs.fqdn }}:latest | nix run nixpkgs#jq -- -r .config.digest`" >> $GITHUB_OUTPUT
+ run: echo "digest=`docker manifest inspect ${{ steps.repo-meta.outputs.fqdn }}:latest --verbose | nix run nixpkgs#jq -- -r .Descriptor.digest`" >> $GITHUB_OUTPUT
67
68
- name: Generate artifact attestation
69
uses: actions/attest-build-provenance@v2
0 commit comments