Skip to content

Commit 7dae4cf

Browse files
advance latest tag (#313)
* advance latest tag * empty commit * empty commit * empty commit Co-authored-by: Mikhail Klimko <[email protected]>
1 parent cffa13e commit 7dae4cf

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

venona/build/ci.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
steps:
3434
- name: main_clone
3535
on:
36-
- success
36+
- success
3737

3838
test: &common
3939
<<: *deps
@@ -44,7 +44,7 @@ steps:
4444
steps:
4545
- name: download_dependencies
4646
on:
47-
- success
47+
- success
4848

4949
export_version:
5050
<<: *common
@@ -60,7 +60,7 @@ steps:
6060
steps:
6161
- name: main_clone
6262
on:
63-
- success
63+
- success
6464

6565
gofmt:
6666
<<: *common
@@ -72,7 +72,7 @@ steps:
7272
<<: *common
7373
title: Check License
7474
commands:
75-
- cd venona && make license
75+
- cd venona && make license
7676

7777
spellcheck:
7878
<<: *common
@@ -98,7 +98,7 @@ steps:
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'

venonactl/build/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ steps:
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

0 commit comments

Comments
 (0)