Merge pull request #3933 from BenTheElder/staging

push-node: default to staging registry
This commit is contained in:
Kubernetes Prow Robot
2025-05-15 14:09:13 -07:00
committed by GitHub

View File

@@ -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