fix: remove docker sock options from workflow, use runner config
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 16:03:16 +00:00
parent 506acdb29d
commit 33f49fde29

View file

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