Fix wrong benchmark image path.

PiperOrigin-RevId: 696976987
This commit is contained in:
Jing Chen
2024-11-15 13:06:23 -08:00
committed by gVisor bot
parent a8b2d2f4a9
commit c1b24d4a8d
+1 -1
View File
@@ -17,4 +17,4 @@ package kubernetes
// ImageRepoPrefix is the image repository prefix of images that are
// used by gVisor tests.
const ImageRepoPrefix = "us-central1-docker.pkg.dev/gvisor-presubmit/"
const ImageRepoPrefix = "us-central1-docker.pkg.dev/gvisor-presubmit/gvisor-presubmit-images/"