Skip to content

Commit 74dc921

Browse files
Merge pull request #1 from codefresh-io/other
removed CF_RUNTIME parameter
2 parents a6da89a + 3f5accd commit 74dc921

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Report created image to CSDP, for CI tools use.
1010
* default is empty
1111
* possible values several of: git, jira
1212
## Optional
13-
* CF_RUNTIME: rtName
14-
* default : empty would take the default
1513
* CF_CONTAINER_REGISTRY_INTEGRATION: "quay-1"
1614
* default : empty would take the default
1715
* CF_INSECURE: true
@@ -28,7 +26,4 @@ Report created image to CSDP, for CI tools use.
2826
* CF_JIRA_MESSAGE: "${{ GIT_BRANCH }}"
2927
* CF_JIRA_INTEGRATION: "jira-1"
3028
* CF_JIRA_FAIL_ON_NOT_FOUND : ""
31-
32-
33-
34-
29+
.

action.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: 'csdp-report-image'
22
description: 'Report image to csdp'
33
inputs:
44
inputs:
5-
CF_RUNTIME:
6-
required: false
7-
type: string
85
CF_IMAGE:
96
required: true
107
type: string

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: csdp-report-image
2-
version: 0.0.1
2+
version: 0.0.2

0 commit comments

Comments
 (0)