From 26fa7bcc5ad01cdafb378af2fcc6076fa5bebf74 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/influxunifi/init/docker/hooks/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/influxunifi/init/docker/hooks/push b/integrations/influxunifi/init/docker/hooks/push index 632eee95..b324e9e9 100755 --- a/integrations/influxunifi/init/docker/hooks/push +++ b/integrations/influxunifi/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}"