Don't crash when building no tag

This commit is contained in:
Sandro Jäckel
2020-06-19 18:39:59 +02:00
parent 3f4e823fbc
commit d14fb33575

View File

@ -48,7 +48,7 @@ else
fi
# shellcheck disable=SC2068
eval docker build . ${TAGS[@]}
eval docker build . ${TAGS[@]:-}
docker images
# remove -1 from incremental tag