first try gcr

pull/11559/head
Medya Gh 2021-06-01 15:16:17 -07:00
parent 2f4b7985c0
commit 853f1cb4db
1 changed files with 1 additions and 1 deletions

View File

@ -43,8 +43,8 @@ var (
// same image is push to https://github.com/kicbase/stable
fmt.Sprintf("%s:%s@sha256:%s", dockerhubRepo, Version, baseImageSHA),
// try without sha because #11068
fmt.Sprintf("%s:%s", dockerhubRepo, Version),
fmt.Sprintf("%s:%s", gcrRepo, Version),
fmt.Sprintf("%s:%s", dockerhubRepo, Version),
}
)