udpate comment.

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

View File

@ -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}"