diff --git a/act/container/docker_stub.go b/act/container/docker_stub.go index d5c5ef12..155d5abb 100644 --- a/act/container/docker_stub.go +++ b/act/container/docker_stub.go @@ -56,7 +56,7 @@ func NewDockerVolumeRemoveExecutor(volume string, force bool) common.Executor { } } -func NewDockerNetworkCreateExecutor(name string) common.Executor { +func NewDockerNetworkCreateExecutor(name string, config *types.NetworkCreate) common.Executor { return func(ctx context.Context) error { return nil }