mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
Fix order
This commit is contained in:
parent
02fe44c579
commit
bdc358886a
@ -4,8 +4,9 @@ set -e
|
|||||||
|
|
||||||
while read -r docker_version compose_version;
|
while read -r docker_version compose_version;
|
||||||
do
|
do
|
||||||
echo "# Building image ${image}..."
|
|
||||||
image=${DOCKER_REPO}:${docker_version}
|
image=${DOCKER_REPO}:${docker_version}
|
||||||
|
echo "# Building image ${image}..."
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg DOCKER_VERSION="${docker_version}" \
|
--build-arg DOCKER_VERSION="${docker_version}" \
|
||||||
--build-arg COMPOSE_VERSION="${compose_version}" \
|
--build-arg COMPOSE_VERSION="${compose_version}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user