Commit 7970c745 authored by Adam Reese's avatar Adam Reese Committed by GitHub

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

fix(ci): do not push canary image on release
parents f394e3f4 052cfe16
...@@ -40,10 +40,7 @@ echo "Building the tiller image" ...@@ -40,10 +40,7 @@ echo "Building the tiller image"
make docker-build VERSION="${VERSION}" make docker-build VERSION="${VERSION}"
echo "Pushing image to gcr.io" echo "Pushing image to gcr.io"
if [[ "${VERSION}" != "canary" ]]; then docker push "gcr.io/kubernetes-helm/tiller:${VERSION}"
docker push "gcr.io/kubernetes-helm/tiller:${VERSION}"
fi
docker push gcr.io/kubernetes-helm/tiller:canary
echo "Building helm binaries" echo "Building helm binaries"
make build-cross make build-cross
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment