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 1b41a40 commit 6613443Copy full SHA for 6613443
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