Skip to content

Commit aeeee4a

Browse files
committed
osc-test-fbc: add a label "latest" to the on-push pipeline
This was asked to ease identification of the latest build. Doing it on the on-push pipeline makes sure the "latest" tag points to a build that was validated and manually created, not an automated, potentially incomplete build. Signed-off-by: Julien Ropé <[email protected]>
1 parent 48f3c13 commit aeeee4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.tekton/osc-test-fbc-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ spec:
308308
value: $(tasks.build-image-index.results.IMAGE_URL)
309309
- name: IMAGE_DIGEST
310310
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
311+
- name: ADDITIONAL_TAGS
312+
value: ["latest"]
311313
runAfter:
312314
- build-image-index
313315
taskRef:

0 commit comments

Comments
 (0)