udpate comment.
This commit is contained in:
parent
d0d3c66be7
commit
26fa7bcc5a
|
|
@ -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}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue