Skip to content

Commit 91b2ee9

Browse files
committed
Add build-source-image=true parameter
1 parent 86ecf29 commit 91b2ee9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/cluster-api-provider-aws-mce-210-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value: "true"
3939
- name: prefetch-input
4040
value: '[{"type": "gomod", "path": "."}]'
41+
- name: build-source-image
42+
value: "true"
4143
pipelineSpec:
4244
description: |
4345
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/cluster-api-provider-aws-mce-210-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ spec:
3535
value: "true"
3636
- name: prefetch-input
3737
value: '[{"type": "gomod", "path": "."}]'
38+
- name: build-source-image
39+
value: "true"
3840
pipelineSpec:
3941
description: |
4042
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)