Skip to content

Commit e1bff59

Browse files
committed
default to staging registry
1 parent 8e4f531 commit e1bff59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release/build/push-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -o errexit -o nounset -o pipefail
1717

18-
REGISTRY="${REGISTRY:-kindest}"
18+
REGISTRY="${REGISTRY:-gcr.io/k8s-staging-kind}"
1919
IMAGE_NAME="${IMAGE_NAME:-node}"
2020

2121
# cd to the repo root

0 commit comments

Comments
 (0)