Skip to content

Commit

Permalink
Fix release pipeline (#609)
Browse files Browse the repository at this point in the history
* Fix release pipeline

* Bump version
  • Loading branch information
palson-cf authored Dec 14, 2020
1 parent 89b33ae commit e3a987e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion codefresh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ steps:
push_step:
type: push
title: "Push release image"
image_name: codefresh/cli
tags:
- ${{PACKAGE_VERSION}}
- latest
Expand All @@ -46,7 +47,7 @@ steps:
push_to_quay:
registry: cf-quay
title: "push to quay.io"
candidate: quay.io/codefresh/codefresh/cli:${{CF_SHORT_REVISION}}
candidate: quay.io/codefresh/cli:${{CF_SHORT_REVISION}}

create_manifest_list:
type: "codefresh-inc/multiarch-manifester"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.73.31",
"version": "0.73.32",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit e3a987e

Please sign in to comment.