Skip to content

Commit bc54df5

Browse files
committed
bump
1 parent e8f1e9e commit bc54df5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

action.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
description: "verbose output"
2222
required: false
2323
CF_IMAGE:
24-
description: image reported, quay.io/codefresh/newly-built-image:0.0.1
24+
description: "image reported, quay.io/codefresh/newly-built-image:0.0.1"
2525
required: true
2626
CF_CONTAINER_REGISTRY_INTEGRATION:
2727
required: false
@@ -59,7 +59,7 @@ inputs:
5959
# Enrichers
6060
CF_ENRICHERS:
6161
required: false
62-
description: "list of integrations separated by commas: Acceptable values are git, jira"
62+
description: "list of integrations separated by commas: Acceptable values are git, jira. ex: 'jira, git'"
6363
# GIT
6464
CF_GIT_PROVIDER:
6565
required: false
@@ -126,6 +126,7 @@ runs:
126126
CF_IMAGE: "${{ inputs.CF_IMAGE }}"
127127
CF_VERBOSE: "${{ inputs.CF_VERBOSE }}"
128128
CF_CONTAINER_REGISTRY_INTEGRATION: "${{ inputs.CF_CONTAINER_REGISTRY_INTEGRATION }}"
129+
CF_ISSUE_TRACKING_INTEGRATION: "${{ inputs.CF_ISSUE_TRACKING_INTEGRATION }}"
129130
CF_DOCKERHUB_USERNAME: "${{ inputs.CF_DOCKERHUB_USERNAME }}"
130131
CF_DOCKERHUB_PASSWORD: "${{ inputs.CF_DOCKERHUB_PASSWORD }}"
131132
CF_REGISTRY_USERNAME: "${{ inputs.CF_REGISTRY_USERNAME }}"

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: codefresh-report-image
2-
version: 0.0.157
2+
version: 0.0.158

0 commit comments

Comments
 (0)