diff --git a/hooks/push b/hooks/push index 61eb4c4..3fba919 100755 --- a/hooks/push +++ b/hooks/push @@ -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}..." diff --git a/hooks/test b/hooks/test index 0443bf7..207fc75 100755 --- a/hooks/test +++ b/hooks/test @@ -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}..."