Skip to content

Commit

Permalink
add verbose logging argument to codefresh-image-report (#694)
Browse files Browse the repository at this point in the history
* Update step.yaml

* bump
  • Loading branch information
denis-codefresh authored Jul 2, 2024
1 parent a0c39aa commit 3d0b168
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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.10
version: 1.0.11
isPublic: true
description: Report Docker Image Metadata to Codefresh CD
sources:
Expand Down Expand Up @@ -222,6 +222,11 @@ spec:
"CF_DOCKERFILE_CONTENT": {
"type": "string",
"description": "Content of the Dockerfile used for building image base64 encoded"
},
"CF_VERBOSE": {
"type": "string",
"description": "Enables verbose logging",
"default: "false",
}
}
}
Expand Down

0 comments on commit 3d0b168

Please sign in to comment.