Skip to content

Commit 33ea8dd

Browse files
committed
debug
1 parent 1d13e9a commit 33ea8dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/verify-runtime-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
DIGEST="${IMAGE_REF#*@}"
6666
IMAGE_BASE="${IMAGE_REF%@*}"
6767
else
68+
echo "Resolving digest for image: $IMAGE_REF"
6869
DIGEST="$(docker buildx imagetools inspect "$IMAGE_REF" | awk '/^Digest:/ {print $2; exit}')"
70+
echo "Ran the command"
6971
IMAGE_BASE="${IMAGE_REF%:*}"
7072
fi
7173

0 commit comments

Comments
 (0)