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