mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Release 2.277.1 runner (#977)
* Revert "Enable tty output from Docker Actions (#916)"
5972bd0060
* Release notes
* add pr
This commit is contained in:
@@ -197,8 +197,7 @@ namespace GitHub.Runner.Worker.Container
|
||||
|
||||
dockerOptions.Add($"--workdir {container.ContainerWorkDirectory}");
|
||||
dockerOptions.Add($"--rm");
|
||||
dockerOptions.Add($"-t");
|
||||
|
||||
|
||||
foreach (var env in container.ContainerEnvironmentVariables)
|
||||
{
|
||||
// e.g. -e MY_SECRET maps the value into the exec'ed process without exposing
|
||||
|
||||
Reference in New Issue
Block a user