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: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: options: "-v /var/run/docker.sock:/var/run/docker.sock"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4