fix: mount docker sock in CI job, remove obsolete version
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:48:58 +00:00
parent ebdceb5bd9
commit a8387d2d65
2 changed files with 2 additions and 2 deletions

View file

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