mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
Add expanded volumes strings to container mounts (#384)
This commit is contained in:
@@ -61,6 +61,7 @@ namespace GitHub.Runner.Worker.Container
|
||||
foreach (var volume in container.Volumes)
|
||||
{
|
||||
UserMountVolumes[volume] = volume;
|
||||
MountVolumes.Add(new MountVolume(volume));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user