Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .tekton/lightspeed-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,16 @@ spec:
value: 'true'
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: ALLOW_CROSS_PLATFORM_IMAGES
value: true
runAfter:
- prefetch-dependencies
taskRef:
params:
- name: name
value: buildah-remote-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:f667d1146533b1d49829c08097e31faf27db24563da576434a707353de62099f
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10@sha256:ae1b7a3010b37c55b7702de7a9d3ab61410f7931d1a77f15b3809395d31a9346
- name: kind
value: task
resolver: bundles
Expand Down
4 changes: 3 additions & 1 deletion .tekton/lightspeed-service-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,16 @@ spec:
value: 'true'
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: ALLOW_CROSS_PLATFORM_IMAGES
value: true
runAfter:
- prefetch-dependencies
taskRef:
params:
- name: name
value: buildah-remote-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:f667d1146533b1d49829c08097e31faf27db24563da576434a707353de62099f
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10@sha256:ae1b7a3010b37c55b7702de7a9d3ab61410f7931d1a77f15b3809395d31a9346
- name: kind
value: task
resolver: bundles
Expand Down