Skip to content

Commit 6613443

Browse files
committed
Update default registry on 1.32 branch
Container image push doesn't work with the previous name and 1.33+ already have it updated.
1 parent 1b41a40 commit 6613443

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)