Skip to content

Commit

Permalink
Change default staging bucket.
Browse files Browse the repository at this point in the history
The new staging bucket for the promoter is `gcr.io/k8s-staging-npd`.
  • Loading branch information
Random-Liu committed Nov 20, 2020
1 parent 5953625 commit ed783da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed783da

Please sign in to comment.