Fix condition for additional_tags.

This commit is contained in:
redxef 2022-03-09 16:17:48 +01:00
parent 57b283703e
commit 36f0e3414f
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -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