remove host network from gitea runner
This commit is contained in:
parent
82a49c4728
commit
8613adba86
1 changed files with 5 additions and 5 deletions
|
|
@ -131,11 +131,11 @@ in
|
|||
labels = [
|
||||
"ubuntu-latest:docker://shivammathur/node:latest"
|
||||
];
|
||||
settings = {
|
||||
container = {
|
||||
network = "host";
|
||||
};
|
||||
};
|
||||
# settings = {
|
||||
# container = {
|
||||
# network = "host";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
# containers.git-runner = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue