Skip to content

Commit

Permalink
fix: try fixing docker socket access
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm committed Oct 3, 2023
1 parent c2c691e commit 19e061d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
runs-on: [actions-runner-scale-set]
container:
image: ${{ inputs.builder_image }}
volumes:
- /run/docker:/run/docker:rw
steps:
- uses: actions/checkout@v3
- name: Authenticate to Google Cloud
Expand Down

0 comments on commit 19e061d

Please sign in to comment.