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 0b786e6 commit b8e782bCopy full SHA for b8e782b
action.yaml
@@ -4,9 +4,15 @@ inputs:
4
CF_IMAGE:
5
description: image reported, quay.io/codefresh/newly-built-image:0.0.1
6
required: true
7
+ CF_HOST:
8
+ description: "cluster address address: https://g.codefresh.io"
9
+ required: false
10
+ CF_VERBOSE:
11
+ description: "verbose output"
12
13
CONTAINER_REGISTRY_INTEGRATION:
14
required: false
- type: string
15
+ description: list of enrichers separated by commas
16
CF_ENRICHERS:
17
18
description: "list of integrations separated by commas: jira, github"
service.yaml
@@ -1,2 +1,2 @@
1
name: csdp-report-image
2
-version: 0.0.17
+version: 0.0.18
0 commit comments