Skip to content

Commit 36aef66

Browse files
committed
forward docker socket
1 parent ed2041c commit 36aef66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: CI
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
branches:
7-
- main
85

96
jobs:
107
build:
@@ -16,8 +13,11 @@ jobs:
1613
DOCKER_TLS_CERTDIR: ""
1714
ports:
1815
- 2375:2375
16+
volumes:
17+
- /var/run/docker.sock:/var/run/docker.sock
1918
options: >-
2019
--privileged
20+
--tmpfs /var/lib/docker
2121
--health-cmd "docker info || exit 1"
2222
--health-interval 10s
2323
--health-timeout 5s

0 commit comments

Comments
 (0)