From b9c9339f277550cb8a9b75185a8934e0d03cac9f Mon Sep 17 00:00:00 2001 From: Denis Melnik Date: Tue, 2 Jul 2024 12:52:47 +0300 Subject: [PATCH 1/2] Update step.yaml --- incubating/codefresh-report-image/step.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/incubating/codefresh-report-image/step.yaml b/incubating/codefresh-report-image/step.yaml index a5fc0e3ed..484a6b50d 100644 --- a/incubating/codefresh-report-image/step.yaml +++ b/incubating/codefresh-report-image/step.yaml @@ -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", } } } From 230e5124da385e08a788d3dc58df0d5a720d23d6 Mon Sep 17 00:00:00 2001 From: Denis Melnik Date: Tue, 2 Jul 2024 12:53:31 +0300 Subject: [PATCH 2/2] bump --- incubating/codefresh-report-image/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/codefresh-report-image/step.yaml b/incubating/codefresh-report-image/step.yaml index 484a6b50d..c11553a28 100644 --- a/incubating/codefresh-report-image/step.yaml +++ b/incubating/codefresh-report-image/step.yaml @@ -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: