File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ steps:
3232 push_to_registry_version :
3333 title : " Update dockerhub image version tag"
3434 type : push
35- candidate : r.cfcr .io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}
35+ candidate : gcr .io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}
3636 image_name : codefresh/cli
3737 tag : ${{PACKAGE_VERSION}}
3838 registry : dockerhub
3939
4040 push_to_registry_latest :
4141 title : " Update dockerhub image latest tag"
4242 type : push
43- candidate : r.cfcr .io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}
43+ candidate : gcr .io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}
4444 image_name : codefresh/cli
4545 tag : latest
4646 registry : dockerhub
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.50.4 " ,
3+ "version" : " 0.50.5 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments