File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 24
24
- name : revision
25
25
value : ' {{revision}}'
26
26
- name : output-image
27
- value : quay.io/rhceph-ci/haproxy:on-pr-{{revision}}
27
+ value : quay.io/rhceph-ci/haproxy:on-pr-v9.0- {{revision}}
28
28
- name : image-expires-after
29
29
value : 5d
30
30
- name : build-platforms
@@ -555,6 +555,11 @@ spec:
555
555
value : $(tasks.build-image-index.results.IMAGE_URL)
556
556
- name : IMAGE_DIGEST
557
557
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
558
+ - name : ADDITIONAL_TAGS
559
+ value :
560
+ - " pull-request-{{pull_request_number}}"
561
+ - " from-branch-{{source_branch}}"
562
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
558
563
runAfter :
559
564
- build-image-index
560
565
taskRef :
Original file line number Diff line number Diff line change 23
23
- name : revision
24
24
value : ' {{revision}}'
25
25
- name : output-image
26
- value : quay.io/rhceph-ci/haproxy:{{revision}}
26
+ value : quay.io/rhceph-ci/haproxy:v9.0- {{revision}}
27
27
- name : build-platforms
28
28
value :
29
29
- linux/x86_64
@@ -552,6 +552,10 @@ spec:
552
552
value : $(tasks.build-image-index.results.IMAGE_URL)
553
553
- name : IMAGE_DIGEST
554
554
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
555
+ - name : ADDITIONAL_TAGS
556
+ value :
557
+ - " v9.0"
558
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
555
559
runAfter :
556
560
- build-image-index
557
561
taskRef :
You can’t perform that action at this time.
0 commit comments