File tree 5 files changed +31
-4
lines changed 5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
# TODO(ROX-21073): re-enable for all PR branches
12
12
pipelinesascode.tekton.dev/on-cel-expression : |
13
13
(event == "push" && target_branch.matches("^(master|release-.*)$")) ||
14
- (event == "pull_request" && (source_branch.matches("(konflux|appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
14
+ (event == "pull_request" && (source_branch.matches("(konflux|renovate| appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
15
15
labels :
16
16
appstudio.openshift.io/application : acs
17
17
appstudio.openshift.io/component : scanner
Original file line number Diff line number Diff line change @@ -230,6 +230,9 @@ spec:
230
230
- name : kind
231
231
value : task
232
232
resolver : bundles
233
+ workspaces :
234
+ - name : git-basic-auth
235
+ workspace : git-auth
233
236
234
237
- name : build-container-amd64
235
238
params :
@@ -536,6 +539,8 @@ spec:
536
539
params :
537
540
- name : SOURCE_ARTIFACT
538
541
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
542
+ - name : CACHI2_ARTIFACT
543
+ value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
539
544
- name : image-digest
540
545
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
541
546
- name : image-url
@@ -593,3 +598,25 @@ spec:
593
598
- input : $(params.skip-checks)
594
599
operator : in
595
600
values : ["false"]
601
+
602
+ - name : push-dockerfile
603
+ params :
604
+ - name : IMAGE
605
+ value : $(tasks.build-image-index.results.IMAGE_URL)
606
+ - name : IMAGE_DIGEST
607
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
608
+ - name : DOCKERFILE
609
+ value : $(params.dockerfile)
610
+ - name : CONTEXT
611
+ value : $(params.path-context)
612
+ - name : SOURCE_ARTIFACT
613
+ value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
614
+ taskRef :
615
+ params :
616
+ - name : name
617
+ value : push-dockerfile-oci-ta
618
+ - name : bundle
619
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:a28f33b69b270c4e8def293ff6d19ecc9789e1fee5a5929f1250a2e6cbabed81
620
+ - name : kind
621
+ value : task
622
+ resolver : bundles
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
# TODO(ROX-21073): re-enable for all PR branches
12
12
pipelinesascode.tekton.dev/on-cel-expression : |
13
13
(event == "push" && target_branch.matches("^(master|release-.*)$")) ||
14
- (event == "pull_request" && (source_branch.matches("(konflux|appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
14
+ (event == "pull_request" && (source_branch.matches("(konflux|renovate| appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
15
15
labels :
16
16
appstudio.openshift.io/application : acs
17
17
appstudio.openshift.io/component : scanner-db
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
# TODO(ROX-21073): re-enable for all PR branches
12
12
pipelinesascode.tekton.dev/on-cel-expression : |
13
13
(event == "push" && target_branch.matches("^(master|release-.*)$")) ||
14
- (event == "pull_request" && (source_branch.matches("(konflux|appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
14
+ (event == "pull_request" && (source_branch.matches("(konflux|renovate| appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
15
15
labels :
16
16
appstudio.openshift.io/application : acs
17
17
appstudio.openshift.io/component : scanner-db-slim
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
# TODO(ROX-21073): re-enable for all PR branches
12
12
pipelinesascode.tekton.dev/on-cel-expression : |
13
13
(event == "push" && target_branch.matches("^(master|release-.*)$")) ||
14
- (event == "pull_request" && (source_branch.matches("(konflux|appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
14
+ (event == "pull_request" && (source_branch.matches("(konflux|renovate| appstudio|rhtap)") || body.pull_request.labels.exists(l, l.name == "konflux-build")))
15
15
labels :
16
16
appstudio.openshift.io/application : acs
17
17
appstudio.openshift.io/component : scanner-slim
You can’t perform that action at this time.
0 commit comments