Skip to content

Commit f3dd537

Browse files
committed
digests are hard
1 parent 29b2893 commit f3dd537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- id: digest-meta
6464
name: Extract the digest
6565
shell: bash
66-
run: echo "digest=`docker manifest inspect ${{ steps.repo-meta.outputs.fqdn }}:latest | nix run nixpkgs#jq -- -r .config.digest`" >> $GITHUB_OUTPUT
66+
run: echo "digest=`docker manifest inspect ${{ steps.repo-meta.outputs.fqdn }}:latest --verbose | nix run nixpkgs#jq -- -r .Descriptor.digest`" >> $GITHUB_OUTPUT
6767

6868
- name: Generate artifact attestation
6969
uses: actions/attest-build-provenance@v2

0 commit comments

Comments
 (0)