Skip to content

Commit e3362cf

Browse files
Add CF_GOOGLE_REGISTRY_HOST and CF_GOOGLE_JSON_KEY (#569)
1 parent 6821bc3 commit e3362cf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

incubating/codefresh-report-image/step.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
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'"

0 commit comments

Comments
 (0)