diff --git a/gitea/config/act-runner-config.yml b/gitea/config/act-runner-config.yml index e1046fa..15aef7d 100644 --- a/gitea/config/act-runner-config.yml +++ b/gitea/config/act-runner-config.yml @@ -47,4 +47,4 @@ container: # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker). privileged: true # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway). - options: --add-host=gitea.local:host-gateway + options: --add-host=gitea.local:host-gateway --volume "/var/lib/docker"