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
22version : ' 1.0'
33metadata :
44 name : codefresh-report-image
5- version : 1.0.7
5+ version : 1.0.8
66 isPublic : true
77 description : Report Docker Image Metadata to Codefresh CD
88 sources :
@@ -101,6 +101,14 @@ spec:
101101 "type": "string",
102102 "description": "When no registry integration is specified: dockerhub username."
103103 },
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+ },
104112 "CF_ENRICHERS": {
105113 "type": "string",
106114 "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