Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion incubating/codefresh-report-image/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: step-type
version: '1.0'
metadata:
name: codefresh-report-image
version: 1.0.7
version: 1.0.8
isPublic: true
description: Report Docker Image Metadata to Codefresh CD
sources:
Expand Down Expand Up @@ -101,6 +101,14 @@ spec:
"type": "string",
"description": "When no registry integration is specified: dockerhub username."
},
"CF_GOOGLE_REGISTRY_HOST": {
"type": "string",
"description": "When no registry integration is specified: the host to Google GCR or Google ACR"
},
"CF_GOOGLE_JSON_KEY": {
"type": "string",
"description": "When no registry integration is specified: JSON key for authenticating to a Google GCR or Google ACR"
},
"CF_ENRICHERS": {
"type": "string",
"description": "*deprecated* list of integrations separated by commas: Acceptable values are git, jira. ex: 'jira, git'"
Expand Down