Skip to content

Commit

Permalink
tekton: add tag to pipeline ref
Browse files Browse the repository at this point in the history
to enable renovate to auto update the digest
  • Loading branch information
spotlesstofu committed Dec 3, 2024
1 parent 91d79c5 commit bca8322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit bca8322

Please sign in to comment.