Skip to content

Commit 18406e9

Browse files
committed
fix image path reference format
1 parent 081181d commit 18406e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ echo "Using container tool: ${CONTAINER_TOOL}"
5757
${CONTAINER_TOOL} --version
5858

5959
echo "Getting skopeo tool..."
60-
${CONTAINER_TOOL} pull docker://${SKOPEO_IMAGE}
60+
${CONTAINER_TOOL} pull ${SKOPEO_IMAGE}
6161

6262
echo "Checking images in ${REGISTRY_URL}/${IMAGE_NAME}"
6363
echo "Saving all tags to ${IMAGE_NAME}_tags.txt"

0 commit comments

Comments
 (0)