gitea-runner and registry-ui

This commit is contained in:
2023-10-15 19:16:45 +02:00
parent e8890d8bb5
commit eec8baed22
7 changed files with 170 additions and 3 deletions

View File

@@ -34,7 +34,8 @@ job "gitea-runner" {
config {
image = "docker.io/gitea/act_runner:nightly"
volumes = [
"/var/run/podman/podman.sock:/var/run/docker.sock"
"/var/run/podman/podman.sock:/var/run/docker.sock",
"/etc/containers:/etc/containers"
]
}