Skip to content

Commit ba6257c

Browse files
author
Esen Sagynov
committed
Grant permission to access Docker socket.
1 parent e0b96e6 commit ba6257c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/setup-node@v1
2121
with:
2222
node-version: ${{ matrix.node }}
23+
- name: Grant Docker permissions
24+
run: sudo chmod 666 /var/run/docker.sock
2325
- name: Docker version
2426
run: docker version
2527
- name: Installing

0 commit comments

Comments
 (0)