File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ Commit that resulted in the image being built
31
31
CF_HOST: "https://my-runtime-url"
32
32
CF_API_KEY: ${{ secrets.CF_TOKEN }}
33
33
34
- #Codefresh Integrations to USE
34
+ #Codefresh Integrations to USE
35
35
CF_CONTAINER_REGISTRY_INTEGRATION: "dockerhub"
36
36
CF_JIRA_INTEGRATION: "jira"
37
37
38
- CF_ENRICHERS: "jira, git"
39
- CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-image-name:tag
38
+ CF_ENRICHERS: "jira, git"
39
+ CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-image-name:tag
40
40
41
41
CF_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
42
42
43
- #Jira issues that match
43
+ #Jira issues that match
44
44
CF_JIRA_MESSAGE: "CR-12293"
45
45
CF_JIRA_PROJECT_PREFIX: "CR"
46
46
uses: codefresh-io/csdp-report-image@0.0.47
You can’t perform that action at this time.
0 commit comments