Skip to content

Commit

Permalink
add build-source parameter to all pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <ergonzal@redhat.com>
  • Loading branch information
ernesgonzalez33 committed Dec 17, 2024
1 parent 0c82818 commit 5106a1e
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/forklift-console-plugin-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -30,6 +30,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.
2 changes: 2 additions & 0 deletions .tekton/forklift-console-plugin-push.yaml
Original file line number Diff line number Diff line change
@@ -29,6 +29,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.

0 comments on commit 5106a1e

Please sign in to comment.