remove host network from gitea runner

This commit is contained in:
2023-12-07 11:43:24 +01:00
parent 82a49c4728
commit 8613adba86

View File

@@ -131,11 +131,11 @@ in
labels = [
"ubuntu-latest:docker://shivammathur/node:latest"
];
settings = {
container = {
network = "host";
};
};
# settings = {
# container = {
# network = "host";
# };
# };
};
# containers.git-runner = {