fix: use container.volumes for docker sock mount
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:55:39 +00:00
parent a8387d2d65
commit b241d86181

View file

@ -9,7 +9,8 @@ jobs:
build:
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:
- uses: actions/checkout@v4