Skip to content

Commit 765f454

Browse files
CR-12401-min-params (#43)
* update action Co-authored-by: Saffi <saffi.hartal@codefresh.io>
1 parent 26fca9a commit 765f454

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
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.48
7+
default: 0.0.50
88
CF_API_KEY:
99
description: "Codefresh API KEY"
1010
required: true
@@ -159,3 +159,4 @@ runs:
159159
echo "CF_GIT_REPO $CF_GIT_REPO"
160160
echo "CF_GIT_PROVIDER $CF_GIT_PROVIDER"
161161
docker run --env-file=cf_env quay.io/codefresh/csdp-report-image:$VERSION
162+

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.49
2+
version: 0.0.50
33

0 commit comments

Comments
 (0)