Skip to content

Commit eace45f

Browse files
fix cli-build image (#302)
1 parent e0a1d7e commit eace45f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codefresh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ steps:
7676

7777
upload_executables:
7878
title: "Upload executables to github release"
79-
image: codefresh/build-cli
79+
image: codefresh/cli-build # todo: move to new codefresh/build-cli
8080
commands:
8181
# delete all previous .zip/.gz created files
8282
- "rm -rf *.gz"

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

0 commit comments

Comments
 (0)