fix: remove docker sock options from workflow, use runner config
This commit is contained in:
parent
506acdb29d
commit
33f49fde29
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
options: "-v /var/run/docker.sock:/var/run/docker.sock"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue