Skip to content

Commit 2632a4f

Browse files
fixed release image to gcr (#434)
Co-authored-by: kosta709 <kosta@codefresh.io>
1 parent d683e23 commit 2632a4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codefresh-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)