udpate comment.

This commit is contained in:
David Newhall II 2019-07-07 17:08:04 -07:00
parent d0d3c66be7
commit 26fa7bcc5a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ for build in $BUILDS; do
done done
echo "Annotating Images: ${IMAGES}" 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" [ "v$VERSION" != "$SOURCE_BRANCH" ] || TAGS="latest $VERSION $SHORTVER stable"
echo "Version: $VERSION, Source: $SOURCE_BRANCH, Building tags: ${TAGS}" echo "Version: $VERSION, Source: $SOURCE_BRANCH, Building tags: ${TAGS}"