From 1a20f8b6a36136183f8533ae850a582716bbd577 Mon Sep 17 00:00:00 2001 From: marpio Date: Sun, 4 Nov 2018 20:26:35 +0100 Subject: [PATCH] tag with stable on semver git tag (#858) --- scripts/push-docker-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/push-docker-images.sh b/scripts/push-docker-images.sh index a6b10d22..f1fac209 100755 --- a/scripts/push-docker-images.sh +++ b/scripts/push-docker-images.sh @@ -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"