We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c39aa commit 3d0b168Copy full SHA for 3d0b168
incubating/codefresh-report-image/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: codefresh-report-image
5
- version: 1.0.10
+ version: 1.0.11
6
isPublic: true
7
description: Report Docker Image Metadata to Codefresh CD
8
sources:
@@ -222,6 +222,11 @@ spec:
222
"CF_DOCKERFILE_CONTENT": {
223
"type": "string",
224
"description": "Content of the Dockerfile used for building image base64 encoded"
225
+ },
226
+ "CF_VERBOSE": {
227
+ "type": "string",
228
+ "description": "Enables verbose logging",
229
+ "default: "false",
230
}
231
232
0 commit comments