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
28
28
```
29
29
- name: report image by action
30
30
with:
31
- CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/my-image-name:tag
32
- CF_ENRICHERS: "jira, git"
33
31
CF_HOST: "https://my-runtime-url"
34
32
CF_API_KEY: ${{ secrets.CF_TOKEN }}
35
33
36
- #Codefresh Integrations to USE
34
+ #Codefresh Integrations to USE
37
35
CF_CONTAINER_REGISTRY_INTEGRATION: "dockerhub"
38
36
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
47
40
48
- #Jira issues that match
41
+ CF_GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
42
+
43
+ #Jira issues that match
49
44
CF_JIRA_MESSAGE: "CR-12293"
50
45
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
53
47
```
54
48
55
49
You can’t perform that action at this time.
0 commit comments