From dabd11b93ded3a3ce24a43287edc94bf567a5eaa Mon Sep 17 00:00:00 2001 From: Nick Cross Date: Thu, 19 Dec 2024 11:12:44 +0000 Subject: [PATCH] Add aditional-tags label for tagging --- .tekton/konflux-tooling-push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/konflux-tooling-push.yaml b/.tekton/konflux-tooling-push.yaml index 2bf6100..b878313 100644 --- a/.tekton/konflux-tooling-push.yaml +++ b/.tekton/konflux-tooling-push.yaml @@ -508,6 +508,8 @@ spec: params: - name: IMAGE value: $(tasks.build-image-index.results.IMAGE_URL) + - name: ADDITIONAL_TAGS + value: [ "latest" ] runAfter: - build-image-index taskRef: