mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-13 11:34:54 +00:00
Use personal fork details
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
+1
-1
@@ -27,5 +27,5 @@ deploy:
|
||||
skip_cleanup: true
|
||||
script: hack/gcr-push.sh
|
||||
on:
|
||||
repo: vmware-tanzu/velero
|
||||
repo: nrb/velero
|
||||
all_branches: true
|
||||
|
||||
@@ -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'
|
||||
|
||||
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user