diff --git a/.travis.yml b/.travis.yml index 550269e12..be7bb79bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,5 @@ deploy: skip_cleanup: true script: hack/gcr-push.sh on: - repo: vmware-tanzu/velero + repo: nrb/velero all_branches: true diff --git a/Makefile b/Makefile index d1e5cc753..212b6c71c 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ BIN ?= velero PKG := github.com/vmware-tanzu/velero # Where to push the docker image. -REGISTRY ?= gcr.io/heptio-images +REGISTRY ?= gcr.io/nolanb-vmware # Which architecture to build - see $(ALL_ARCH) for options. # if the 'local' rule is being run, detect the ARCH from 'go env' diff --git a/hack/gcr-push.sh b/hack/gcr-push.sh index fdbbe5a98..f8ff8d104 100755 --- a/hack/gcr-push.sh +++ b/hack/gcr-push.sh @@ -67,8 +67,10 @@ fi echo "Highest tag found: $HIGHEST, BRANCH: $BRANCH, TRAVIS_TAG: $TRAVIS_TAG" echo "TAG_LATEST: $TAG_LATEST" -openssl aes-256-cbc -K $encrypted_f58ab4413c21_key -iv $encrypted_f58ab4413c21_iv -in heptio-images-fac92d2303ac.json.enc -out heptio-images-fac92d2303ac.json -d -gcloud auth activate-service-account --key-file heptio-images-fac92d2303ac.json +# openssl aes-256-cbc -K $encrypted_f58ab4413c21_key -iv $encrypted_f58ab4413c21_iv -in heptio-images-fac92d2303ac.json.enc -out heptio-images-fac92d2303ac.json -d +# gcloud auth activate-service-account --key-file heptio-images-fac92d2303ac.json +openssl aes-256-cbc -K $encrypted_f58ab4413c21_key -iv $encrypted_f58ab4413c21_iv -in nolanb-vmware-55ce4993acec.json.enc -out nolanb-vmware-55ce4993acec.json -d +gcloud auth activate-service-account --key-file nolanb-vmware-55ce4993acec.json gcloud auth configure-docker -q unset GIT_HTTP_USER_AGENT