Skip to content

Commit e3a987e

Browse files
authored
Fix release pipeline (#609)
* Fix release pipeline * Bump version
1 parent 89b33ae commit e3a987e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

codefresh-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ steps:
3232
push_step:
3333
type: push
3434
title: "Push release image"
35+
image_name: codefresh/cli
3536
tags:
3637
- ${{PACKAGE_VERSION}}
3738
- latest
@@ -46,7 +47,7 @@ steps:
4647
push_to_quay:
4748
registry: cf-quay
4849
title: "push to quay.io"
49-
candidate: quay.io/codefresh/codefresh/cli:${{CF_SHORT_REVISION}}
50+
candidate: quay.io/codefresh/cli:${{CF_SHORT_REVISION}}
5051

5152
create_manifest_list:
5253
type: "codefresh-inc/multiarch-manifester"

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.73.31",
3+
"version": "0.73.32",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)