Merge pull request #1618 from adamreese/fix/no-canary-on-release

fix(ci): do not push canary image on release
pull/1621/head
Adam Reese 8 years ago committed by GitHub
commit 7970c745a3

@ -40,10 +40,7 @@ echo "Building the tiller image"
make docker-build VERSION="${VERSION}"
echo "Pushing image to gcr.io"
if [[ "${VERSION}" != "canary" ]]; then
docker push "gcr.io/kubernetes-helm/tiller:${VERSION}"
fi
docker push gcr.io/kubernetes-helm/tiller:canary
docker push "gcr.io/kubernetes-helm/tiller:${VERSION}"
echo "Building helm binaries"
make build-cross

Loading…
Cancel
Save