Skip to content

Commit

Permalink
add next tag to on-push (#496)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <[email protected]>
  • Loading branch information
Jdubrick authored Nov 25, 2024
1 parent 2e83f42 commit 8dfedb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tekton/devfile-registry-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value:
- next
runAfter:
- build-image-index
taskRef:
Expand Down

0 comments on commit 8dfedb7

Please sign in to comment.