mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-04-23 07:28:45 +02:00
Fix variable expansion
This commit is contained in:
parent
c6b15d89c1
commit
a5d6466f0b
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user