Commit e795a5f 1 parent f661ed4 commit e795a5f Copy full SHA for e795a5f
File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
branches :
7
7
- main
8
- # push:
9
- # tags:
10
- # - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
11
- # - "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
8
+ push :
9
+ tags :
10
+ - " v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
11
+ - " v[0-9]+.[0-9]+.[0-9]+-*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-alpha1
12
+
12
13
env :
13
- registry : docker-registry.linecorp.com
14
- repository : link-network/v2 /lbm
14
+ registry : docker.io
15
+ repository : line /lbm
15
16
jobs :
16
17
build :
17
18
runs-on : self-hosted
44
45
tags : |
45
46
type=semver,pattern={{version}}
46
47
- name : docker build
47
- uses : docker/build-push-action@v3
48
+ uses : docker/build-push-action@v4
48
49
with :
49
50
push : ${{github.event_name != 'pull_request'}}
50
51
build-args : ARCH=x86_64
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
54
54
(api) [ \# 123] ( https://github.com/line/lbm/pull/123 ) remove legacy REST API routes
55
55
56
56
### Build, CI
57
+ (ci) [ \# 145] ( https://github.com/line/lbm/pull/145 ) add github action to push docker image to docker.io
57
58
58
59
59
60
<!-- Release links -->
You can’t perform that action at this time.
0 commit comments