From e1bff59a35db8f7669705e1e21cc4e2a5a9650e7 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 15 May 2025 13:02:10 -0700 Subject: [PATCH] default to staging registry --- hack/release/build/push-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/release/build/push-node.sh b/hack/release/build/push-node.sh index 8ca67af7..01e7852a 100755 --- a/hack/release/build/push-node.sh +++ b/hack/release/build/push-node.sh @@ -15,7 +15,7 @@ set -o errexit -o nounset -o pipefail -REGISTRY="${REGISTRY:-kindest}" +REGISTRY="${REGISTRY:-gcr.io/k8s-staging-kind}" IMAGE_NAME="${IMAGE_NAME:-node}" # cd to the repo root