Merge pull request #500 from Random-Liu/fix-staging-bucket

Change default staging bucket.
This commit is contained in:
Kubernetes Prow Robot
2020-11-20 09:44:51 -08:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else e
TAG?=$(VERSION)
# REGISTRY is the container registry to push into.
REGISTRY?=staging-k8s.gcr.io
REGISTRY?=gcr.io/k8s-staging-npd
# UPLOAD_PATH is the cloud storage path to upload release tar.
UPLOAD_PATH?=gs://kubernetes-release