mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
Add proxy support for container actions (#840)
* Add proxy support for container actions in Runner.Worker/StepsRunner * Move proxy modifications to ContainerActionHandler
This commit is contained in:
@@ -70,7 +70,7 @@ namespace GitHub.Runner.Worker.Handlers
|
||||
}
|
||||
|
||||
// run container
|
||||
var container = new ContainerInfo()
|
||||
var container = new ContainerInfo(HostContext)
|
||||
{
|
||||
ContainerImage = Data.Image,
|
||||
ContainerName = ExecutionContext.Id.ToString("N"),
|
||||
|
||||
Reference in New Issue
Block a user