We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab22af5 commit 29b2893Copy full SHA for 29b2893
.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 images ${{ steps.repo-meta.outputs.fqdn }}:latest --digests --format '{{ .Digest}}' | head -n1`" >> $GITHUB_OUTPUT
+ run: echo "digest=`docker manifest inspect ${{ steps.repo-meta.outputs.fqdn }}:latest | nix run nixpkgs#jq -- -r .config.digest`" >> $GITHUB_OUTPUT
67
68
- name: Generate artifact attestation
69
uses: actions/attest-build-provenance@v2
0 commit comments