Merge pull request #451 from konstruktoid/imgname

print img if empty RepoTags, and fix tabbing
This commit is contained in:
Thomas Sjögren 2020-11-02 08:27:59 +00:00 committed by GitHub
commit 6ad1a1ef77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,9 @@ check_4_6() {
if ! [ "$imgName" = '[]' ]; then
warn " * No Healthcheck found: $imgName"
no_health_images="$no_health_images $imgName"
else
warn " * No Healthcheck found: $img"
no_health_images="$no_health_images $img"
fi
fi
done