mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 20:26:32 +00:00
Change default staging bucket.
The new staging bucket for the promoter is `gcr.io/k8s-staging-npd`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user