From 3913a25f5984bd97592c1fda32548e74ce33c84f Mon Sep 17 00:00:00 2001 From: Mike Cooper Date: Wed, 15 Aug 2018 11:37:32 -0700 Subject: [PATCH] Specify the name to tag the docker-compose image as in CI --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index f59af47c..f06b44a6 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -24,7 +24,7 @@ echo "$DOCKER_PASSWORD" | docker login --username="$DOCKER_USERNAME" --password- # docker tag and push git branch to dockerhub if [ -n "$1" ]; then # Tag docker-compose built image - docker tag normandy:web + docker tag normandy:web mozilla/normandy:latest if [ "$1" == master ]; then TAG=latest else