We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2041c commit 36aef66Copy full SHA for 36aef66
1 file changed
.github/workflows/ci.yml
@@ -2,9 +2,6 @@ name: CI
2
3
on:
4
workflow_dispatch:
5
- pull_request:
6
- branches:
7
- - main
8
9
jobs:
10
build:
@@ -16,8 +13,11 @@ jobs:
16
13
DOCKER_TLS_CERTDIR: ""
17
14
ports:
18
15
- 2375:2375
+ volumes:
+ - /var/run/docker.sock:/var/run/docker.sock
19
options: >-
20
--privileged
+ --tmpfs /var/lib/docker
21
--health-cmd "docker info || exit 1"
22
--health-interval 10s
23
--health-timeout 5s
0 commit comments