#120 Switch runner to dind
All checks were successful
Docker Compose Config / docker-compose-config (push) Successful in 8s

This commit is contained in:
Joey Hafner 2024-02-12 23:13:21 -08:00
parent 1e5503e3de
commit 54226e52c8

View File

@ -36,7 +36,7 @@ services:
- postgres_data:/var/lib/postgresql/data
runner:
image: gitea/act_runner:latest
image: gitea/act_runner:latest-dind-rootless
container_name: gitea_runner
depends_on:
- gitea