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.
1 parent 5953625 commit ed783daCopy full SHA for ed783da
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