print img if empty RepoTags, and fix tabbing

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2020-11-02 09:26:20 +01:00
parent 93c619f018
commit 3877abd975

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