1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2024-11-24 08:42:31 +02:00

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
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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