1
0
mirror of https://github.com/factoriotools/factorio-docker.git synced 2024-12-28 21:08:56 +02:00

Fix variable expansion

This commit is contained in:
Sandro Jäckel 2019-10-18 11:21:15 +02:00
parent c6b15d89c1
commit a5d6466f0b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -41,7 +41,8 @@ else
fi
fi
docker build . -t "${TAGS[@]}"
# shellcheck disable=SC2068
docker build . -t ${TAGS[@]}
docker images
# only push when: