From df8afef00dfdf0df0d589fe03b446a0ec63d3a44 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 7 Nov 2024 15:14:46 +1000 Subject: [PATCH] fixup more-image-tags again --- .tekton/rapidast-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/rapidast-push.yaml b/.tekton/rapidast-push.yaml index cf4f078e..f8ad42fe 100644 --- a/.tekton/rapidast-push.yaml +++ b/.tekton/rapidast-push.yaml @@ -399,7 +399,6 @@ spec: - "false" - name: select-tags description: select the tags used for apply-tags - image: registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194@sha256:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 runAfter: - build-image-index results: @@ -408,7 +407,8 @@ spec: default: [] taskSpec: steps: - - name: Select tags based on branch + - name: select-tags-based-on-branch + image: registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194@sha256:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 script: | #!/bin/bash -ex