Skip to content

Commit 3d1f830

Browse files
restore: add next tag to on-push (devfile#496)
Co-authored-by: Jordan Dubrick <[email protected]> Signed-off-by: Michael Valdron <[email protected]>
1 parent 79c4790 commit 3d1f830

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.tekton/devfile-registry-main-push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,9 @@ spec:
524524
params:
525525
- name: IMAGE
526526
value: $(tasks.build-image-index.results.IMAGE_URL)
527+
- name: ADDITIONAL_TAGS
528+
value:
529+
- next
527530
runAfter:
528531
- build-image-index
529532
taskRef:

0 commit comments

Comments
 (0)