File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else e
3232TAG? =$(VERSION )
3333
3434# REGISTRY is the container registry to push into.
35- REGISTRY? =gcr.io/k8s-staging-npd
35+ REGISTRY? =registry.cn-hangzhou.aliyuncs.com
3636
3737# UPLOAD_PATH is the cloud storage path to upload release tar.
3838UPLOAD_PATH? =gs://kubernetes-release
@@ -58,7 +58,7 @@ NPD_NAME_VERSION?=node-problem-detector-$(VERSION)
5858TARBALL =$(NPD_NAME_VERSION ) .tar.gz
5959
6060# IMAGE is the image name of the node problem detector container image.
61- IMAGE: =$(REGISTRY ) /node-problem-detector:$(TAG )
61+ IMAGE: =$(REGISTRY ) /acs/ node-problem-detector:$(TAG )
6262
6363# ENABLE_JOURNALD enables build journald support or not. Building journald
6464# support needs libsystemd-dev or libsystemd-journal-dev.
You can’t perform that action at this time.
0 commit comments