diff --git a/act/runner/run_context.go b/act/runner/run_context.go index 82443f8a..ab183f34 100644 --- a/act/runner/run_context.go +++ b/act/runner/run_context.go @@ -555,7 +555,7 @@ func (rc *RunContext) startJobContainer() common.Executor { ValidVolumes: rc.Config.ValidVolumes, JobOptions: rc.options(ctx), - ConfigOptions: "", + ConfigOptions: rc.Config.ContainerOptions, }) if rc.JobContainer == nil { return errors.New("Failed to create job container")