mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-07 22:11:50 +02:00
Compare commits
2 commits
fc508f03b4
...
a7362248cc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a7362248cc | ||
![]() |
95ead58cf2 |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-push-image.yml
vendored
4
.github/workflows/build-push-image.yml
vendored
|
@ -180,8 +180,8 @@ jobs:
|
|||
|
||||
# Calculate and print the digests
|
||||
digest_root=$(jq -r .digest manifest)
|
||||
digest_amd64=$(jq -r .manifests[0].digest manifest)
|
||||
digest_arm64=$(jq -r .manifests[1].digest manifest)
|
||||
digest_amd64=$(jq -r '.manifests[] | select(.platform.architecture=="amd64") | .digest' manifest)
|
||||
digest_arm64=$(jq -r '.manifests[] | select(.platform.architecture=="arm64") | .digest' manifest)
|
||||
|
||||
echo "The image digests are:"
|
||||
echo " Root: $digest_root"
|
||||
|
|
Loading…
Reference in a new issue