From 24caeff41171a46217d0066c69ccf58c85e7d1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Tue, 17 Dec 2024 11:27:11 +0100 Subject: [PATCH] add build-source parameter to all pipelines 2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/forklift-console-plugin-pull-request.yaml | 2 ++ .tekton/forklift-console-plugin-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/forklift-console-plugin-pull-request.yaml b/.tekton/forklift-console-plugin-pull-request.yaml index 64cea478..e10c8116 100644 --- a/.tekton/forklift-console-plugin-pull-request.yaml +++ b/.tekton/forklift-console-plugin-pull-request.yaml @@ -32,6 +32,8 @@ spec: value: build/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-console-plugin-push.yaml b/.tekton/forklift-console-plugin-push.yaml index ac031cd3..79a11f84 100644 --- a/.tekton/forklift-console-plugin-push.yaml +++ b/.tekton/forklift-console-plugin-push.yaml @@ -31,6 +31,8 @@ spec: value: build/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.