Skip to content

Commit ba8df32

Browse files
action use codfresh-report-image (#49)
Co-authored-by: Saffi <saffi.hartal@codefresh.io>
1 parent 12caa24 commit ba8df32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
VERSION:
55
description: specify client version
66
required: false
7-
default: 0.0.56
7+
default: 0.0.60
88
CF_API_KEY:
99
description: "Codefresh API KEY"
1010
required: true
@@ -158,5 +158,5 @@ runs:
158158
echo "CF_GIT_BRANCH $CF_GIT_BRANCH"
159159
echo "CF_GIT_REPO $CF_GIT_REPO"
160160
echo "CF_GIT_PROVIDER $CF_GIT_PROVIDER"
161-
docker run --env-file=cf_env quay.io/codefresh/csdp-report-image:$VERSION
161+
docker run --env-file=cf_env quay.io/codefresh/codefresh-report-image:$VERSION
162162

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: csdp-report-image
2-
version: 0.0.56
2+
version: 0.0.60
33

0 commit comments

Comments
 (0)