From f759b1399e3f6918289e2a6e2a5efb21d4077a25 Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Thu, 2 Jan 2025 13:15:23 +0100 Subject: [PATCH] fixup! Use the updated `determine-image-tag` task --- .tekton/collector-component-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index e0e9d19686..a9c8812865 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -187,7 +187,7 @@ spec: - name: SOURCE_ARTIFACT value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) - name: SOURCE_BRANCH - value: {{source_branch}} + value: '{{source_branch}}' taskRef: params: - name: name