From d6f6d3d4557aa6cc5e91f041a719779c571ad785 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Fri, 17 Jan 2025 10:37:10 +0100 Subject: [PATCH] build-pipeline: add missing version tag Somehow, the version tag for the buildah-remote-oci-ta task disappeared in https://github.com/konflux-ci/build-tasks-dockerfiles/pull/221. Enterprise Contract doesn't recognize the tag-less task bundle, so it considers the task untrusted. Put the tag back. Signed-off-by: Adam Cmiel --- .tekton/build-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/build-pipeline.yaml b/.tekton/build-pipeline.yaml index 6e2e65b..f772f39 100644 --- a/.tekton/build-pipeline.yaml +++ b/.tekton/build-pipeline.yaml @@ -196,7 +196,7 @@ spec: - name: name value: buildah-remote-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta@sha256:6c2c433ef94187e9aa73575004029cd6e2bbbdeefc7f90070595fb20f77bc121 + value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.3@sha256:6c2c433ef94187e9aa73575004029cd6e2bbbdeefc7f90070595fb20f77bc121 - name: kind value: task resolver: bundles @@ -544,4 +544,4 @@ spec: - name: git-auth optional: true - name: netrc - optional: true \ No newline at end of file + optional: true