We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b33ae commit e3a987eCopy full SHA for e3a987e
codefresh-release.yml
@@ -32,6 +32,7 @@ steps:
32
push_step:
33
type: push
34
title: "Push release image"
35
+ image_name: codefresh/cli
36
tags:
37
- ${{PACKAGE_VERSION}}
38
- latest
@@ -46,7 +47,7 @@ steps:
46
47
push_to_quay:
48
registry: cf-quay
49
title: "push to quay.io"
- candidate: quay.io/codefresh/codefresh/cli:${{CF_SHORT_REVISION}}
50
+ candidate: quay.io/codefresh/cli:${{CF_SHORT_REVISION}}
51
52
create_manifest_list:
53
type: "codefresh-inc/multiarch-manifester"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.73.31",
+ "version": "0.73.32",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments