mirror of
https://github.com/actions/runner.git
synced 2025-12-13 00:36:29 +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:
@@ -21,6 +21,11 @@ namespace GitHub.Runner.Worker.Container
|
||||
{
|
||||
}
|
||||
|
||||
public ContainerInfo(IHostContext hostContext)
|
||||
{
|
||||
UpdateWebProxyEnv(hostContext.WebProxy);
|
||||
}
|
||||
|
||||
public ContainerInfo(IHostContext hostContext, Pipelines.JobContainer container, bool isJobContainer = true, string networkAlias = null)
|
||||
{
|
||||
this.ContainerName = container.Alias;
|
||||
|
||||
Reference in New Issue
Block a user