Skip to content

Commit d5833dd

Browse files
committed
feature(main): add lvscare docker build
Signed-off-by: cuisongliu <[email protected]>
1 parent a004ae5 commit d5833dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
on:
88
push:
9-
branches: ["main"]
9+
branches: ["*"]
1010
paths-ignore:
1111
- "docs/**"
1212
- "**/*.md"
@@ -112,6 +112,7 @@ jobs:
112112
run: |
113113
sudo docker run -ti -d --net=host --name tmp-registry registry:2.7.1
114114
sudo docker login 127.0.0.1:5000
115+
sudo docker ps
115116
116117
- name: Save binaries
117118
run: |

0 commit comments

Comments
 (0)