test: Add the repodigest to see if it's different

This commit is contained in:
Alexis Métaireau 2024-11-27 16:57:35 +01:00
parent 41afa0fb23
commit e958170032
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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"