diff --git a/entrypoint.sh b/entrypoint.sh index 2f35301..e3c93ea 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -58,7 +58,7 @@ build() { fi final_tag="$repository:$tag" - if [ -z "$additional_tags" ]; then + if [ -n "$additional_tags" ]; then while read -r line; do if [ -z "$line" ]; then continue