From 55db18eeca3086fb99f45341ce84e64422368b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Massimiliano=20Dess=C3=AC=20-=20=28Fast=20Chauffeur=29?= Date: Tue, 29 Oct 2024 14:34:33 +0100 Subject: [PATCH] Restore build-source-image in the pipeline (#149) Signed-off-by: desmax74 --- .tekton/guac-pull-request.yaml | 2 ++ .tekton/guac-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/guac-pull-request.yaml b/.tekton/guac-pull-request.yaml index d8fdc78a55..d4b0e1a617 100644 --- a/.tekton/guac-pull-request.yaml +++ b/.tekton/guac-pull-request.yaml @@ -30,6 +30,8 @@ spec: value: dockerfiles/Dockerfile.guac-ubi - 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/guac-push.yaml b/.tekton/guac-push.yaml index df5ed8db98..e16c013ac3 100644 --- a/.tekton/guac-push.yaml +++ b/.tekton/guac-push.yaml @@ -27,6 +27,8 @@ spec: value: dockerfiles/Dockerfile.guac-ubi - 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.