default to staging registry

This commit is contained in:
Benjamin Elder
2025-05-15 13:02:10 -07:00
parent 8e4f531daa
commit e1bff59a35

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