We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5953625 + ed783da commit 6956e60Copy full SHA for 6956e60
Makefile
@@ -27,7 +27,7 @@ VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else e
27
TAG?=$(VERSION)
28
29
# REGISTRY is the container registry to push into.
30
-REGISTRY?=staging-k8s.gcr.io
+REGISTRY?=gcr.io/k8s-staging-npd
31
32
# UPLOAD_PATH is the cloud storage path to upload release tar.
33
UPLOAD_PATH?=gs://kubernetes-release
0 commit comments