feat(runner): add docker CLI to act_runner image for host-exec labels
qa/self-hosted labels run jobs directly in the runner container (Alpine), which lacked a docker client despite the mounted host socket.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
runner:
|
||||
image: gitea/act_runner:latest
|
||||
build: .
|
||||
container_name: gitea-runner
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user