From 017fb46237fb7f2b4814664b3089ba97dc2baa8d Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 7 Jul 2019 17:05:33 -0700 Subject: [PATCH] dont update latest from a branch --- core/poller/init/docker/hooks/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/poller/init/docker/hooks/push b/core/poller/init/docker/hooks/push index 47a4afe2..632eee95 100755 --- a/core/poller/init/docker/hooks/push +++ b/core/poller/init/docker/hooks/push @@ -7,7 +7,7 @@ set -e -o pipefail VERSION=$(git tag -l --merged | tail -n1 | tr -d v) # 1.2.3 SHORTVER=$(echo $VERSION | cut -d. -f1,2) # 1.2 if [ "$BUILDS" != "" ] && [ "$VERSION" != "" ]; then - TAGS=latest + TAGS=$DOCKER_TAG fi # Push the extra custom images that were created.