drone runner fron docker.io again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-30 17:18:03 +01:00
parent 63f1bab168
commit d9cb340169
5 changed files with 16 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ job "drone-runner" {
driver = "podman"
volume_mount {
volume = "drone-runner"
destination = "/var/lib/docker"
destination = "/data"
read_only = false
}