2
0
Эх сурвалжийг харах

add gcr url to image response

Alexander Belanger 5 жил өмнө
parent
commit
8d69285e2c

+ 1 - 0
internal/registry/registry.go

@@ -136,6 +136,7 @@ func (r *Registry) listGCRRepositories(
 	for _, repo := range gcrResp.Repositories {
 		res = append(res, &Repository{
 			Name: repo,
+			URI:  r.URL + "/" + repo,
 		})
 	}