diff --git a/forgejo/runner/config.yaml b/forgejo/runner/config.yaml index 3c6fe46..f4390f3 100644 --- a/forgejo/runner/config.yaml +++ b/forgejo/runner/config.yaml @@ -64,7 +64,7 @@ container: # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-D> privileged: false # And other options to be used when the container is started (eg, --add-host=my.forgejo.url:host-gateway). - options: + options: '-v /artifacts:/artifacts' # The parent directory of a job's working directory. # If it's empty, /workspace will be used. workdir_parent: