From d329aeaa43eb304f90c7a6f598e47234bb04cc12 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Mon, 18 Nov 2024 23:12:41 +0100 Subject: [PATCH] DO NOT MERGE for testing only Signed-off-by: Martin Basti --- tekton/pipelines/binary-container.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tekton/pipelines/binary-container.yaml b/tekton/pipelines/binary-container.yaml index bc2614c2b..258280e76 100644 --- a/tekton/pipelines/binary-container.yaml +++ b/tekton/pipelines/binary-container.yaml @@ -76,9 +76,9 @@ spec: resolver: git params: - name: url - value: https://github.com/containerbuildsystem/atomic-reactor.git + value: https://github.com/MartinBasti/atomic-reactor.git - name: revision - value: feature_cachi2 + value: support-both-cachi2-and-cachito - name: pathInRepo value: tekton/tasks/binary-container-init.yaml workspaces: @@ -156,9 +156,9 @@ spec: resolver: git params: - name: url - value: https://github.com/containerbuildsystem/atomic-reactor.git + value: https://github.com/MartinBasti/atomic-reactor.git - name: revision - value: feature_cachi2 + value: support-both-cachi2-and-cachito - name: pathInRepo value: tekton/tasks/binary-container-cachi2.yaml workspaces: