Skip to content

Commit

Permalink
Merge pull request kubernetes#500 from Random-Liu/fix-staging-bucket
Browse files Browse the repository at this point in the history
Change default staging bucket.
  • Loading branch information
k8s-ci-robot authored Nov 20, 2020
2 parents 5953625 + ed783da commit 6956e60
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 6956e60

Please sign in to comment.