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:
32
32
push_to_registry_version :
33
33
title : " Update dockerhub image version tag"
34
34
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}}
36
36
image_name : codefresh/cli
37
37
tag : ${{PACKAGE_VERSION}}
38
38
registry : dockerhub
39
39
40
40
push_to_registry_latest :
41
41
title : " Update dockerhub image latest tag"
42
42
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}}
44
44
image_name : codefresh/cli
45
45
tag : latest
46
46
registry : dockerhub
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.50.4 " ,
3
+ "version" : " 0.50.5 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments