fix container options for gitea
This commit is contained in:
parent
2201e054b9
commit
9fd574468a
1 changed files with 6 additions and 1 deletions
|
|
@ -132,7 +132,12 @@ in
|
||||||
"ubuntu-latest:docker://node:18-bullseye"
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
options = "--add-host=git.cloonar.com:10.42.97.50 --dns=10.42.97.10";
|
container = {
|
||||||
|
options = [
|
||||||
|
"--add-host=git.cloonar.com:10.42.97.50"
|
||||||
|
"--dns=10.42.97.10"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue