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/cli-main-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,16 @@ spec:
value: $(params.revision)
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
- name: STEPS_IMAGE_STEP_NAMES
value: "!use-trusted-artifact,!create-trusted-artifact"
runAfter:
- build-image-index
taskRef:
params:
- name: name
value: tkn-bundle-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:356a021208054be1b9bf7083b4532b8466832f51490abb0d0519dde4e163e764
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:0e12654b0532ca720523693a5a85e67e0221d3678e2f54c675a61e72c5c240b3
- name: kind
value: task
resolver: bundles
Expand Down
5 changes: 3 additions & 2 deletions .tekton/cli-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,16 @@ spec:
value: $(params.revision)
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
- name: STEPS_IMAGE_STEP_NAMES
value: "!use-trusted-artifact,!create-trusted-artifact"
runAfter:
- build-image-index
taskRef:
params:
- name: name
value: tkn-bundle-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:356a021208054be1b9bf7083b4532b8466832f51490abb0d0519dde4e163e764
- name: kind
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:0e12654b0532ca720523693a5a85e67e0221d3678e2f54c675a61e72c5c240b3
value: task
resolver: bundles
- name: deprecated-base-image-check
Expand Down
Loading