From da2c9e08f64f275702a2f2e0869e5d65257bb3cf 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 --- init/docker/hooks/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/docker/hooks/push b/init/docker/hooks/push index 47a4afe2..632eee95 100755 --- a/init/docker/hooks/push +++ b/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.