From ec4f620db93f6111bf49b959b5d3c3137be76818 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 7 Jul 2019 17:08:04 -0700 Subject: [PATCH] udpate comment. --- integrations/promunifi/init/docker/hooks/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/promunifi/init/docker/hooks/push b/integrations/promunifi/init/docker/hooks/push index 632eee95..b324e9e9 100755 --- a/integrations/promunifi/init/docker/hooks/push +++ b/integrations/promunifi/init/docker/hooks/push @@ -20,7 +20,7 @@ for build in $BUILDS; do done echo "Annotating Images: ${IMAGES}" -# Build all the Docker tags if the github branch is a release and not master. +# Build all the Docker tags if the source branch is a release and not a branch. [ "v$VERSION" != "$SOURCE_BRANCH" ] || TAGS="latest $VERSION $SHORTVER stable" echo "Version: $VERSION, Source: $SOURCE_BRANCH, Building tags: ${TAGS}"