Skip to content

Commit b596926

Browse files
authored
Merge pull request #8874 from x13n/cluster-autoscaler-release-1.32
Update default registry on 1.32 branch
2 parents cf536da + 6613443 commit b596926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LDFLAGS?=-s
1111
ENVVAR=CGO_ENABLED=0
1212
GOOS?=linux
1313
GOARCH?=$(shell go env GOARCH)
14-
REGISTRY?=staging-k8s.gcr.io
14+
REGISTRY?=gcr.io/k8s-staging-autoscaling
1515
DOCKER_NETWORK?=default
1616
SUPPORTED_BUILD_TAGS=$(shell ls cloudprovider/builder/ | grep -e '^builder_.*\.go' | sed 's/builder_\(.*\)\.go/\1/')
1717
ifdef BUILD_TAGS

0 commit comments

Comments
 (0)