diff --git a/act/runner/run_context.go b/act/runner/run_context.go index b8c32658..ffd98d05 100644 --- a/act/runner/run_context.go +++ b/act/runner/run_context.go @@ -271,6 +271,7 @@ func (rc *RunContext) startJobContainer() common.Executor { UsernsMode: rc.Config.UsernsMode, Platform: rc.Config.ContainerArchitecture, AutoRemove: rc.Config.AutoRemove, + Options: spec.Options, NetworkAliases: []string{name}, }) rc.ServiceContainers = append(rc.ServiceContainers, c)