From 2d9a7100039f0a09d70789e999c79499582839a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Mon, 8 Sep 2025 13:21:03 +0200 Subject: [PATCH] feat(konflux): Publish latest commit as :latest tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Gondža --- .tekton/gitops-must-gather-push.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/gitops-must-gather-push.yaml b/.tekton/gitops-must-gather-push.yaml index 8110b76..ad26c0d 100644 --- a/.tekton/gitops-must-gather-push.yaml +++ b/.tekton/gitops-must-gather-push.yaml @@ -427,6 +427,8 @@ spec: params: - name: IMAGE value: $(tasks.build-image-index.results.IMAGE_URL) + - name: ADDITIONAL_TAGS + value: [ "latest" ] # Publish tip of the main as :latest runAfter: - build-image-index taskRef: