Skip to content

Commit 2641980

Browse files
authored
feat(konflux): Publish latest commit as :latest tag (#36)
Signed-off-by: Oliver Gondža <[email protected]>
1 parent e66f976 commit 2641980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.tekton/gitops-must-gather-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ spec:
427427
params:
428428
- name: IMAGE
429429
value: $(tasks.build-image-index.results.IMAGE_URL)
430+
- name: ADDITIONAL_TAGS
431+
value: [ "latest" ] # Publish tip of the main as :latest
430432
runAfter:
431433
- build-image-index
432434
taskRef:

0 commit comments

Comments
 (0)