Skip to content

Commit

Permalink
chore: mount Docker socket into the linux container
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 8, 2023
1 parent 1584e93 commit a85c000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
fail-fast: false
container:
image: alpine:3.18
volumes:
- //var/run/docker.sock:/var/run/docker.sock
steps:
- name: Create pending status
uses: actions/github-script@0.9.0
Expand Down

0 comments on commit a85c000

Please sign in to comment.