This commit is contained in:
2026-03-17 03:22:54 +01:00
parent 6ddeea9491
commit e907064d6e
5 changed files with 33 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ container:
# If it's empty, act_runner will find an available docker host automatically.
# If it's "-", act_runner will find an available docker host automatically, but the docker host won't be mounted to the job containers and service containers.
# If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work.
docker_host: ""
docker_host: unix:///run/gitea-runner/podman/podman.sock
# Pull docker image(s) even if already present
force_pull: false