Change default staging bucket.

The new staging bucket for the promoter is `gcr.io/k8s-staging-npd`.
This commit is contained in:
Lantao Liu
2020-11-20 09:08:35 -08:00
parent 59536256e3
commit ed783da499
+1 -1
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