File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-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-dev/grafana:on-pr-{{revision}}
27
+ value : quay.io/rhceph-dev/grafana:on-pr-v5.3- {{revision}}
28
28
- name : image-expires-after
29
29
value : 5d
30
30
- name : build-platforms
@@ -560,6 +560,12 @@ spec:
560
560
value : $(tasks.build-image-index.results.IMAGE_URL)
561
561
- name : IMAGE_DIGEST
562
562
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
563
+ - name : ADDITIONAL_TAGS
564
+ value :
565
+ - " v5.3"
566
+ - " pull-request-{{pull_request_number}}"
567
+ - " from-branch-{{source_branch}}"
568
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
563
569
runAfter :
564
570
- build-image-index
565
571
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-dev/grafana:{{revision}}
26
+ value : quay.io/rhceph-dev/grafana:v5.3- {{revision}}
27
27
- name : build-platforms
28
28
value :
29
29
- linux/x86_64
@@ -557,6 +557,10 @@ spec:
557
557
value : $(tasks.build-image-index.results.IMAGE_URL)
558
558
- name : IMAGE_DIGEST
559
559
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
560
+ - name : ADDITIONAL_TAGS
561
+ value :
562
+ - " v5.3"
563
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
560
564
runAfter :
561
565
- build-image-index
562
566
taskRef :
You can’t perform that action at this time.
0 commit comments