mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-08-13 19:41:42 +02:00
Don't crash when building no tag
This commit is contained in:
2
build.sh
2
build.sh
@@ -48,7 +48,7 @@ else
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2068
|
||||
eval docker build . ${TAGS[@]}
|
||||
eval docker build . ${TAGS[@]:-}
|
||||
docker images
|
||||
|
||||
# remove -1 from incremental tag
|
||||
|
Reference in New Issue
Block a user