mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-08 22:41:50 +02:00
test: Add the repodigest to see if it's different
This commit is contained in:
parent
41afa0fb23
commit
e958170032
1 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@ jobs:
|
|||
|
||||
# Get digest of the pushed image using the final name
|
||||
DIGEST=$(podman inspect --format='{{.Digest}}' "$FINAL_IMAGE_NAME")
|
||||
podman inspect --format='Repo Digest: {{index .RepoDigests 0}}' "$FINAL_IMAGE_NAME"
|
||||
echo "Digest: ${DIGEST}"
|
||||
echo "digest=${DIGEST}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
|
Loading…
Reference in a new issue