Commit 2114b3bc authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28858 from mikedanese/stage-push

Automatic merge from submit-queue fix image staging to non gcr.io repos
parents b6ffcf78 c5b5e1f2
......@@ -444,6 +444,8 @@ function stage-images() {
if [[ "${KUBE_DOCKER_REGISTRY}" == "gcr.io/"* ]]; then
local docker_push_cmd=("gcloud" "docker")
else
local docker_push_cmd=("${docker_cmd[@]}")
fi
local temp_dir="$(mktemp -d -t 'kube-server-XXXX')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment