From 0cba89dc1ab65d61a28a43c4201f70c15cf6c87a Mon Sep 17 00:00:00 2001 From: Bill Wang Date: Thu, 3 Oct 2024 11:37:04 +1000 Subject: [PATCH] test with Github action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7a0f8a..4da210a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,9 +24,9 @@ jobs: services: docker: - image: docker:latest # Use the latest Docker image + image: docker:latest options: >- - --privileged # Only include this if you need privileged access + --privileged --mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock steps: