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 12caa24 commit ba8df32Copy full SHA for ba8df32
action.yaml
@@ -4,7 +4,7 @@ inputs:
4
VERSION:
5
description: specify client version
6
required: false
7
- default: 0.0.56
+ default: 0.0.60
8
CF_API_KEY:
9
description: "Codefresh API KEY"
10
required: true
@@ -158,5 +158,5 @@ runs:
158
echo "CF_GIT_BRANCH $CF_GIT_BRANCH"
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
+ docker run --env-file=cf_env quay.io/codefresh/codefresh-report-image:$VERSION
162
service.yaml
@@ -1,3 +1,3 @@
1
name: csdp-report-image
2
-version: 0.0.56
+version: 0.0.60
3
0 commit comments