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 8c19c7f commit 6627410Copy full SHA for 6627410
action.yaml
@@ -53,5 +53,10 @@ inputs:
53
description: "Codefresh API KEY"
54
required: true
55
runs:
56
- using: 'docker'
57
- image: Dockerfile
+ using: "composite"
+ steps:
58
+ - shell: bash
59
+ run: |
60
+ VER=$(cat service.yaml | grep version | cut -d ':' -f 2 | tr -d ' ')
61
+ env>cf_env
62
+ docker run --env-file=cf_env quay.io/codefresh/csdp-report-image:$VER
service.yaml
@@ -1,2 +1,2 @@
1
name: csdp-report-image
2
-version: 0.0.19
+version: 0.0.20
0 commit comments