Skip to content

Commit

Permalink
test with Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 3, 2024
1 parent f0bdc68 commit 28c7ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

services:
docker:
image: docker:latest # Use 'latest' to get the most recent Docker image
image: docker:latest # Use the latest Docker image
options: >-
--privileged # Optional: only needed if you require privileged access
--privileged # Only include this if you need privileged access
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock
steps:
Expand Down

0 comments on commit 28c7ae8

Please sign in to comment.