Fix duplicate Docker socket mount
Some checks failed
Build runner image / build (push) Failing after 24s
Test blackout notifier / test (push) Failing after 0s

This commit is contained in:
Meghdad
2026-07-17 21:08:58 +03:30
parent 308ed80ff4
commit 3b661be40e

View File

@@ -14,8 +14,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: node:20-bookworm image: node:20-bookworm
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Check out repository - name: Check out repository
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v4