From faacb8ddfffcff04827ce5143a1577b920c324bb Mon Sep 17 00:00:00 2001 From: jstuart Date: Wed, 11 Sep 2024 11:35:33 -0500 Subject: [PATCH] Tagging appstudio-utils with latest Using a floating tag so applications can use the latest utilities without updating the image tag. https://issues.redhat.com/browse/EC-865 --- .tekton/push.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.tekton/push.yaml b/.tekton/push.yaml index 0fd3e301dc..ea0fafe5e9 100644 --- a/.tekton/push.yaml +++ b/.tekton/push.yaml @@ -64,6 +64,17 @@ spec: - name: source workspace: workspace + - name: apply-additional-image-tags + params: + - name: IMAGE + value: $(tasks.build-container.results.IMAGE_REF) + - name: ADDITIONAL_TAGS + value: ["latest"] + runAfter: + - build-container + taskRef: + name: apply-tags + - name: build-bundles params: - name: revision