Skip to content

Commit df4061f

Browse files
authored
Merge pull request #1639 from lcarva/EC-556
Sync params between push and pull Pipelines
2 parents 2a81fa6 + c11c011 commit df4061f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.tekton/cli-main-ci-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ spec:
2121
value: Dockerfile.dist
2222
- name: git-url
2323
value: '{{source_url}}'
24+
- name: image-expires-after
25+
value: ''
2426
- name: output-image
2527
value: quay.io/redhat-user-workloads/rhtap-contract-tenant/ec-main-ci/cli-main-ci:{{revision}}
2628
- name: path-context
@@ -31,6 +33,8 @@ spec:
3133
value: gomod
3234
- name: build-source-image
3335
value: 'true'
36+
- name: build-args-file
37+
value: ''
3438
pipelineSpec:
3539
finally:
3640
- name: show-sbom

0 commit comments

Comments
 (0)