Skip to content

Commit

Permalink
Merge pull request #1415 from ernesgonzalez33/enable-source-build
Browse files Browse the repository at this point in the history
add build-source parameter to all pipelines
  • Loading branch information
mnecas authored Dec 17, 2024
2 parents 0c82818 + 5106a1e commit 3f1c5eb
Show file tree
Hide file tree
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
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions .tekton/forklift-console-plugin-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f1c5eb

Please sign in to comment.