tag with stable on semver git tag (#858)

This commit is contained in:
marpio
2018-11-04 20:26:35 +01:00
committed by Manu Gupta
parent 680a7c0424
commit 1a20f8b6a3
+1 -1
View File
@@ -22,7 +22,7 @@ fi
if [[ "${MUTABLE_TAG:-}" == "" ]]; then
# tagged builds
if [[ "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
MUTABLE_TAG="latest"
MUTABLE_TAG="stable"
# master build
elif [[ "$BRANCH" == "master" ]]; then
MUTABLE_TAG="canary"