Skip to content

Commit a1ddbc7

Browse files
committed
ADDITIONAL_TAGS
1 parent 41872b8 commit a1ddbc7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.tekton/oadp-oadp-non-admin-oadp-1-5-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@ spec:
562562
params:
563563
- name: IMAGE
564564
value: $(tasks.build-image-index.results.IMAGE_URL)
565+
- name: ADDITIONAL_TAGS
566+
value:
567+
- 'pull-request-{{pull_request_number}}'
565568
runAfter:
566569
- build-image-index
567570
taskRef:

.tekton/oadp-oadp-non-admin-oadp-1-5-push.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,11 @@ spec:
559559
params:
560560
- name: IMAGE
561561
value: $(tasks.build-image-index.results.IMAGE_URL)
562+
- name: ADDITIONAL_TAGS
563+
value:
564+
- '1.5'
565+
- '1.5.1'
566+
- 'latest'
562567
runAfter:
563568
- build-image-index
564569
taskRef:

0 commit comments

Comments
 (0)