From 7081b69423d26b5bbf9f3792f5af40728b21bc03 Mon Sep 17 00:00:00 2001 From: Olivier Cazade Date: Mon, 18 Nov 2024 23:37:25 +0000 Subject: [PATCH] Fix konflux results --- .tekton/pipeline-ref.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/pipeline-ref.yaml b/.tekton/pipeline-ref.yaml index c9fddc4b4..a27b60e68 100644 --- a/.tekton/pipeline-ref.yaml +++ b/.tekton/pipeline-ref.yaml @@ -81,10 +81,10 @@ spec: results: - description: "" name: IMAGE_URL - value: $(tasks.build-container.results.IMAGE_URL) + value: $(tasks.build-image-index.IMAGE_URL) - description: "" name: IMAGE_DIGEST - value: $(tasks.build-container.results.IMAGE_DIGEST) + value: $(tasks.build-image-index.IMAGE_DIGEST) - description: "" name: CHAINS-GIT_URL value: $(tasks.clone-repository.results.url)