Skip to content

Commit cc0e064

Browse files
CR-10055 pass (#490)
1 parent 594afb9 commit cc0e064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

incubating/codefresh-report-image/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: codefresh-report-image
5-
version: 1.0.1
5+
version: 1.0.2
66
isPublic: true
77
description: Report Docker Image Metadata to Codefresh CD
88
sources:
@@ -40,7 +40,7 @@ metadata:
4040
CF_API_KEY: codefresh-cd-api-token
4141
CF_IMAGE: docker.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:${{CF_REVISION}}
4242
CF_HOST: https://codefresh.mydomain.com
43-
CF_ENRICHERS: jira, git
43+
CF_ENRICHERS: ${{CF_ENRICHERS}}
4444
CF_GITHUB_TOKEN: ${{GITHUB_TOKEN}}
4545
CF_GIT_PROVIDER: github
4646
CF_GIT_REPO: ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}

0 commit comments

Comments
 (0)