mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 07:51:58 +01:00
compose_version not used in test and push hooks
This commit is contained in:
parent
548911cd35
commit
66499c954f
@ -2,7 +2,7 @@
|
||||
|
||||
set -ex
|
||||
|
||||
while read -r docker_version compose_version;
|
||||
while read -r docker_version _;
|
||||
do
|
||||
image=${DOCKER_REPO}:${docker_version}
|
||||
echo "# Pushing image ${image}..."
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -ex
|
||||
|
||||
while read -r docker_version compose_version;
|
||||
while read -r docker_version _;
|
||||
do
|
||||
image=${DOCKER_REPO}:${docker_version}
|
||||
echo "# Testing image ${image}..."
|
||||
|
Loading…
Reference in New Issue
Block a user