Skip to content

Commit

Permalink
Restore build-source-image in the pipeline (guacsec#149)
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <mdessi@redhat.com>
  • Loading branch information
desmax74 authored Oct 29, 2024
1 parent 5caa42b commit 55db18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/guac-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions .tekton/guac-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55db18e

Please sign in to comment.