From 3d1f830e874e6be7487684d5c408c51fe687c0bf Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Thu, 12 Dec 2024 10:47:30 -0500 Subject: [PATCH] restore: add next tag to on-push (#496) Co-authored-by: Jordan Dubrick Signed-off-by: Michael Valdron --- .tekton/devfile-registry-main-push.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tekton/devfile-registry-main-push.yaml b/.tekton/devfile-registry-main-push.yaml index 825c58c1..4b9003da 100644 --- a/.tekton/devfile-registry-main-push.yaml +++ b/.tekton/devfile-registry-main-push.yaml @@ -524,6 +524,9 @@ spec: params: - name: IMAGE value: $(tasks.build-image-index.results.IMAGE_URL) + - name: ADDITIONAL_TAGS + value: + - next runAfter: - build-image-index taskRef: