fix: quote docker sock options in workflow
Some checks failed
CI/CD Pipeline / build (push) Failing after 2s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
vrubel 2026-06-06 15:58:24 +00:00
parent b241d86181
commit 506acdb29d

View file

@ -8,9 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
options: "-v /var/run/docker.sock:/var/run/docker.sock"
steps:
- uses: actions/checkout@v4