File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: step-type
2
2
version : ' 1.0'
3
3
metadata :
4
4
name : codefresh-report-image
5
- version : 1.0.6
5
+ version : 1.0.7
6
6
isPublic : true
7
7
description : Report Docker Image Metadata to Codefresh CD
8
8
sources :
@@ -45,6 +45,7 @@ metadata:
45
45
CF_GIT_PROVIDER : github
46
46
CF_GIT_REPO : ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}
47
47
CF_GIT_BRANCH : ${{CF_BRANCH}}
48
+ CF_GIT_REVISION : ${{CF_REVISION}}
48
49
CF_JIRA_API_TOKEN : ${{JIRA_TOKEN}}
49
50
50
51
CF_JIRA_HOST_URL : https://codefresh-io.atlassian.net
@@ -116,6 +117,10 @@ spec:
116
117
"type": "string",
117
118
"description": "The the git repository used for building the image."
118
119
},
120
+ "CF_GIT_REVISION": {
121
+ "type": "string",
122
+ "description": "The commit sha"
123
+ },
119
124
"CF_GITHUB_API_HOST_URL": {
120
125
"type": "string",
121
126
"description": "Specify github host api url."
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: step-type
3
3
metadata :
4
4
name : image-enricher
5
5
title : Enrich codefresh image with PRs and Issues info
6
- version : 1.3.1
6
+ version : 1.3.2
7
7
isPublic : true
8
8
description : Enrich codefresh image with PRs and Issues info
9
9
sources :
72
72
"description": "repo-owner/repo-name",
73
73
"examples": ["codefresh-plugins/github-enricher"]
74
74
},
75
+ "REVISION": {
76
+ "type": "string",
77
+ "description": "Commit sha",
78
+ "examples": ["ec8cdced58869a9cbd315a1297a702bbd744a9ed"]
79
+ },
75
80
"GIT_PROVIDER_NAME": {
76
81
"type": "string",
77
82
"description": "Name of git provider to use from Codefresh integrations screen"
93
98
- IMAGE_SHA=${{IMAGE}}
94
99
- BRANCH=${{BRANCH}}
95
100
- REPO=${{REPO}}
101
+ - REVISION=${{REVISION}}
96
102
- GITHUB_HOST=${{GITHUB_HOST}}
97
103
- GIT_PROVIDER_NAME=${{GIT_PROVIDER_NAME}}
You can’t perform that action at this time.
0 commit comments