diff --git a/build.sh b/build.sh index 7454cac9..291bef29 100755 --- a/build.sh +++ b/build.sh @@ -9,9 +9,7 @@ else TAG="latest" fi -if [[ "$TAG" == "master" ]]; then - TAG="latest" -fi +echo "TAG: ${TAG}" # Pull images TAG=$TAG docker-compose -f docker-compose.build.yml pull