We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d13e9a commit 33ea8ddCopy full SHA for 33ea8dd
1 file changed
.github/workflows/verify-runtime-image.yml
@@ -65,7 +65,9 @@ jobs:
65
DIGEST="${IMAGE_REF#*@}"
66
IMAGE_BASE="${IMAGE_REF%@*}"
67
else
68
+ echo "Resolving digest for image: $IMAGE_REF"
69
DIGEST="$(docker buildx imagetools inspect "$IMAGE_REF" | awk '/^Digest:/ {print $2; exit}')"
70
+ echo "Ran the command"
71
IMAGE_BASE="${IMAGE_REF%:*}"
72
fi
73
0 commit comments