Skip to content

Commit

Permalink
fixup more-image-tags again (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl authored Nov 7, 2024
1 parent 6eebf53 commit 63b5e6b
Showing 1 changed file with 7 additions and 4 deletions.
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

0 comments on commit 63b5e6b

Please sign in to comment.