File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
incubating/codefresh-report-image Expand file tree Collapse file tree 1 file changed +9
-1
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.7
5
+ version : 1.0.8
6
6
isPublic : true
7
7
description : Report Docker Image Metadata to Codefresh CD
8
8
sources :
@@ -101,6 +101,14 @@ spec:
101
101
"type": "string",
102
102
"description": "When no registry integration is specified: dockerhub username."
103
103
},
104
+ "CF_GOOGLE_REGISTRY_HOST": {
105
+ "type": "string",
106
+ "description": "When no registry integration is specified: the host to Google GCR or Google ACR"
107
+ },
108
+ "CF_GOOGLE_JSON_KEY": {
109
+ "type": "string",
110
+ "description": "When no registry integration is specified: JSON key for authenticating to a Google GCR or Google ACR"
111
+ },
104
112
"CF_ENRICHERS": {
105
113
"type": "string",
106
114
"description": "*deprecated* list of integrations separated by commas: Acceptable values are git, jira. ex: 'jira, git'"
You can’t perform that action at this time.
0 commit comments