Skip to content

Commit 6956e60

Browse files
authored
Merge pull request #500 from Random-Liu/fix-staging-bucket
Change default staging bucket.
2 parents 5953625 + ed783da commit 6956e60

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)