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 cf536da + 6613443 commit b596926Copy full SHA for b596926
cluster-autoscaler/Makefile
@@ -11,7 +11,7 @@ LDFLAGS?=-s
11
ENVVAR=CGO_ENABLED=0
12
GOOS?=linux
13
GOARCH?=$(shell go env GOARCH)
14
-REGISTRY?=staging-k8s.gcr.io
+REGISTRY?=gcr.io/k8s-staging-autoscaling
15
DOCKER_NETWORK?=default
16
SUPPORTED_BUILD_TAGS=$(shell ls cloudprovider/builder/ | grep -e '^builder_.*\.go' | sed 's/builder_\(.*\)\.go/\1/')
17
ifdef BUILD_TAGS
0 commit comments