From bd1d4118f466a330ccc4abffcb0bf0bb17ba80fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Tue, 17 Dec 2024 12:11:18 +0100 Subject: [PATCH] fix populator controller pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/populator-controller-pull-request.yaml | 2 ++ .tekton/populator-controller-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/populator-controller-pull-request.yaml b/.tekton/populator-controller-pull-request.yaml index 74fcfa3f2..0dde39ff7 100644 --- a/.tekton/populator-controller-pull-request.yaml +++ b/.tekton/populator-controller-pull-request.yaml @@ -33,6 +33,8 @@ spec: value: build/populator-controller/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/populator-controller-push.yaml b/.tekton/populator-controller-push.yaml index ce31982b9..f9be3ade2 100644 --- a/.tekton/populator-controller-push.yaml +++ b/.tekton/populator-controller-push.yaml @@ -32,6 +32,8 @@ spec: value: build/populator-controller/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.