@@ -115,8 +115,8 @@ var _ = Describe("Index Transfer", func() {
115115 )
116116
117117 By ("pulling the OCI index image from GHCR and pushing it to the local registry" )
118- srcRef := "ghcr.io/open-component-model/cli:main "
119- dstRef := fmt .Sprintf ("%s/ocm-cli:main " , registryAddress )
118+ srcRef := "ghcr.io/open-component-model/cli:0.2.0 "
119+ dstRef := fmt .Sprintf ("%s/ocm-cli:0.2.0 " , registryAddress )
120120
121121 repoSrc , err := remote .NewRepository (srcRef )
122122 r .NoError (err )
@@ -203,7 +203,7 @@ configurations:
203203 "run" , "--rm" ,
204204 "--network" , "host" ,
205205 "-v" , fmt .Sprintf ("%s:/work" , tempDir ),
206- "ghcr.io/open-component-model/cli:main " ,
206+ "ghcr.io/open-component-model/cli:0.2.0 " ,
207207 "add" , "component-version" ,
208208 "--repository" , "http://" + registryAddress ,
209209 "--config" , "/work/ocmconfig.yaml" ,
@@ -220,7 +220,7 @@ configurations:
220220 "run" , "--rm" ,
221221 "--network" , "host" ,
222222 "-v" , fmt .Sprintf ("%s:/work" , tempDir ),
223- "ghcr.io/open-component-model/cli:main " ,
223+ "ghcr.io/open-component-model/cli:0.2.0 " ,
224224 "get" , "component-version" ,
225225 "--config" , "/work/ocmconfig.yaml" ,
226226 "-oyaml" ,
0 commit comments