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 91ab239 commit 2fcdc33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
permissions:
pull-requests: write

services:
docker:
image: docker:latest # Use 'latest' to get the most recent Docker image
options: >-
--privileged # Optional: only needed if you require privileged access
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock
steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 2fcdc33

Please sign in to comment.