Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup more-image-tags again #254

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading