diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index edb69d239..6f8199a18 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -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