File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - name : main_clone
3535 on :
36- - success
36+ - success
3737
3838 test : &common
3939 << : *deps
4444 steps :
4545 - name : download_dependencies
4646 on :
47- - success
47+ - success
4848
4949 export_version :
5050 << : *common
6060 steps :
6161 - name : main_clone
6262 on :
63- - success
63+ - success
6464
6565 gofmt :
6666 << : *common
7272 << : *common
7373 title : Check License
7474 commands :
75- - cd venona && make license
75+ - cd venona && make license
7676
7777 spellcheck :
7878 << : *common
9898 commands :
9999 - cd venona && make gocyclo
100100
101-
101+
102102 codecov-report :
103103 type : codecov-reporter
104104 title : Upload Code Coverage
@@ -109,7 +109,7 @@ steps:
109109 steps :
110110 - name : test
111111 on :
112- - success
112+ - success
113113
114114 build_image :
115115 type : build
@@ -271,6 +271,7 @@ steps:
271271 - ${{VERSION}}-${{CF_REVISION}}
272272 - ${{CF_REVISION}}
273273 - ${{CF_BRANCH_TAG_NORMALIZED}}
274+ - latest
274275 image_name : ${{IMAGE_NAME}}
275276 when :
276277 branch :
@@ -309,7 +310,7 @@ steps:
309310 - ${{VERSION}}-${{CF_REVISION}}
310311 - ${{CF_REVISION}}
311312 - ${{CF_BRANCH_TAG_NORMALIZED}}
312- arch_tag_postfixes :
313+ arch_tag_postfixes :
313314 arm64 : " ${{ARM_TAG_POSTFIX}}"
314315 registries :
315316 - name : ' quay.io'
Original file line number Diff line number Diff line change 7777 candidate : ${{build_cli_image}}
7878 tags :
7979 - ${{VERSION}}
80+ - latest
8081 when :
8182 branch :
8283 only : [ "${{RELEASE_BRANCH_NAME}}" ]
@@ -127,4 +128,4 @@ steps:
127128 steps :
128129 - name : create_git_tag
129130 on :
130- - finished
131+ - finished
You can’t perform that action at this time.
0 commit comments