mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-08-12 02:51:41 +02:00
Fix variable expansion
This commit is contained in:
3
build.sh
3
build.sh
@@ -41,7 +41,8 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
docker build . -t "${TAGS[@]}"
|
||||
# shellcheck disable=SC2068
|
||||
docker build . -t ${TAGS[@]}
|
||||
docker images
|
||||
|
||||
# only push when:
|
||||
|
Reference in New Issue
Block a user