change container runner
This commit is contained in:
@@ -132,8 +132,9 @@ in
|
||||
"ubuntu-latest:docker://shivammathur/node:latest"
|
||||
];
|
||||
settings = {
|
||||
# the default network that also respects our dns server settings
|
||||
container.network = "host";
|
||||
container = {
|
||||
network = "host";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user