Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tekton: add tag to pipeline ref #46

Merged
merged 1 commit into from
Dec 3, 2024
Merged
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
2 changes: 1 addition & 1 deletion .tekton/trustee-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- name: name
value: docker-build-multi-platform-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta@sha256:615b78b471bde880e94a7caa27cb25ffd9a0962f3bdcaaf4780858cec6093836
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta:devel@sha256:870d47d4a0ddbe80293e87d4dd548c75f5d8322c58bcf8d578f339c9e8097e36
- name: kind
value: pipeline
taskRunTemplate: {}
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trustee-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: name
value: docker-build-multi-platform-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta@sha256:615b78b471bde880e94a7caa27cb25ffd9a0962f3bdcaaf4780858cec6093836
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta:devel@sha256:870d47d4a0ddbe80293e87d4dd548c75f5d8322c58bcf8d578f339c9e8097e36
- name: kind
value: pipeline
taskRunTemplate: {}
Expand Down