From c11944f4287949feaab4ce843da693e22e86993a Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Wed, 3 Jan 2024 15:11:37 +0200 Subject: [PATCH] Enable source image build (#86) --- .tekton/image-controller-pull-request.yaml | 2 ++ .tekton/image-controller-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/image-controller-pull-request.yaml b/.tekton/image-controller-pull-request.yaml index 1d44dbc..2ff1d92 100644 --- a/.tekton/image-controller-pull-request.yaml +++ b/.tekton/image-controller-pull-request.yaml @@ -34,6 +34,8 @@ spec: value: 'true' - name: prefetch-input value: gomod + - name: build-source-image + value: 'true' pipelineSpec: finally: - name: show-sbom diff --git a/.tekton/image-controller-push.yaml b/.tekton/image-controller-push.yaml index 656a942..596f627 100644 --- a/.tekton/image-controller-push.yaml +++ b/.tekton/image-controller-push.yaml @@ -31,6 +31,8 @@ spec: value: 'true' - name: prefetch-input value: gomod + - name: build-source-image + value: 'true' pipelineSpec: finally: - name: show-sbom