File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -28,28 +28,22 @@ Commit that resulted in the image being built
2828 ```
2929 - name: report image by action
3030 with:
31- CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-image-name:tag
32- CF_ENRICHERS: "jira, git"
3331 CF_HOST: "https://my-runtime-url"
3432 CF_API_KEY: ${{ secrets.CF_TOKEN }}
3533
36- #Codefresh Integrations to USE
34+ #Codefresh Integrations to USE
3735 CF_CONTAINER_REGISTRY_INTEGRATION: "dockerhub"
3836 CF_JIRA_INTEGRATION: "jira"
39-
40-
41- CF_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
42-
43- #Github metadata
44- CF_GIT_PROVIDER: "github"
45- CF_GIT_REPO: "idan-codefresh/example-github-action-use-csdp-report-image"
46- CF_GIT_BRANCH: "main"
37+
38+ CF_ENRICHERS: "jira, git"
39+ CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-image-name:tag
4740
48- #Jira issues that match
41+ CF_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
42+
43+ #Jira issues that match
4944 CF_JIRA_MESSAGE: "CR-12293"
5045 CF_JIRA_PROJECT_PREFIX: "CR"
51- uses: codefresh-io/csdp-report-image@0.0.46
52-
46+ uses: codefresh-io/csdp-report-image@0.0.47
5347 ```
5448
5549
You can’t perform that action at this time.
0 commit comments