Skip to content

Commit

Permalink
fixup more-image-tags again (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl authored Nov 7, 2024
1 parent 88eab87 commit 60ed7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/rapidast-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 60ed7bb

Please sign in to comment.