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 #256

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
11 changes: 7 additions & 4 deletions .tekton/rapidast-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,14 @@ spec:
params:
- name: TARGET_BRANCH
value: "{{target_branch}}"
results:
- name: TAGS
type: array
default: []
taskSpec:
params:
- name: TARGET_BRANCH
type: string
results:
- name: TAGS
type: array
default: []
steps:
- name: select-tags-based-on-branch
image: registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194@sha256:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998
Expand Down
Loading