Skip to content

Commit 3d0b168

Browse files
add verbose logging argument to codefresh-image-report (#694)
* Update step.yaml * bump
1 parent a0c39aa commit 3d0b168

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

incubating/codefresh-report-image/step.yaml

Lines changed: 6 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.10
5+
version: 1.0.11
66
isPublic: true
77
description: Report Docker Image Metadata to Codefresh CD
88
sources:
@@ -222,6 +222,11 @@ spec:
222222
"CF_DOCKERFILE_CONTENT": {
223223
"type": "string",
224224
"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",
225230
}
226231
}
227232
}

0 commit comments

Comments
 (0)