Add support for Gitea Actions

This commit is contained in:
2024-08-15 05:43:52 -07:00
parent 177d7b480c
commit d099c4dcc2
4 changed files with 108 additions and 1 deletions

View File

@@ -67,6 +67,15 @@ client {
}
}
plugin "docker" {
config {
allow_privileged = true
volumes {
enabled = true
}
}
}
ui {
# Comment to disable UI, it listens on port 4646
enabled = true