add docker.io to image

pull/19236/head
Medya Gh 2024-07-10 16:20:27 -07:00 committed by Medya Ghazizadeh
parent e2fb616836
commit 02a76e0c47
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ import (
"golang.org/x/build/kubernetes/api"
)
const echoServerImg = "kicbase/echo-server"
const echoServerImg = "docker.io/kicbase/echo-server"
// validateFunc are for subtests that share a single setup
type validateFunc func(context.Context, *testing.T, string)