Fix verify image

This commit is contained in:
Shiming Zhang 2024-07-17 19:11:07 +08:00
parent 51b31786fa
commit b6ece2809b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ fi
failed=()
for image in ${list}; do
image="${image##:*}"
echo "Checking image: ${image}"
raw=$(skopeo list-tags --no-creds --tls-verify=false --retry-times 3 "docker://${image}")
if [[ $? -ne 0 ]]; then