Skip to content

Commit ed783da

Browse files
committed
Change default staging bucket.
The new staging bucket for the promoter is `gcr.io/k8s-staging-npd`.
1 parent 5953625 commit ed783da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else e
2727
TAG?=$(VERSION)
2828

2929
# REGISTRY is the container registry to push into.
30-
REGISTRY?=staging-k8s.gcr.io
30+
REGISTRY?=gcr.io/k8s-staging-npd
3131

3232
# UPLOAD_PATH is the cloud storage path to upload release tar.
3333
UPLOAD_PATH?=gs://kubernetes-release

0 commit comments

Comments
 (0)