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 26fca9a commit 765f454Copy full SHA for 765f454
action.yaml
@@ -4,7 +4,7 @@ inputs:
4
VERSION:
5
description: specify client version
6
required: false
7
- default: 0.0.48
+ default: 0.0.50
8
CF_API_KEY:
9
description: "Codefresh API KEY"
10
required: true
@@ -159,3 +159,4 @@ runs:
159
echo "CF_GIT_REPO $CF_GIT_REPO"
160
echo "CF_GIT_PROVIDER $CF_GIT_PROVIDER"
161
docker run --env-file=cf_env quay.io/codefresh/csdp-report-image:$VERSION
162
+
service.yaml
@@ -1,3 +1,3 @@
1
name: csdp-report-image
2
-version: 0.0.49
+version: 0.0.50
3
0 commit comments