From f5f864386bad3e389e1b5e7fbcb1c9de3e72db6e Mon Sep 17 00:00:00 2001 From: Alejandro Visiedo Date: Thu, 12 Dec 2024 14:36:17 +0100 Subject: [PATCH] fix(HMS-4895): add required ociStorage param Add the ociStorage required parameter See: https://github.com/konflux-ci/build-definitions/tree/main/task/git-clone-oci-ta/0.1 https://issues.redhat.com/browse/HMS-4895 Signed-off-by: Alejandro Visiedo --- .tekton/idmsvc-backend-push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/idmsvc-backend-push.yaml b/.tekton/idmsvc-backend-push.yaml index 892e4463..9f248449 100644 --- a/.tekton/idmsvc-backend-push.yaml +++ b/.tekton/idmsvc-backend-push.yaml @@ -163,6 +163,8 @@ spec: value: $(params.git-url) - name: revision value: $(params.revision) + - name: ociStorage + value: $(params.output-image).git runAfter: - init taskRef: