attaching podman network
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-08-27 17:58:38 +02:00
parent c767a1d2d9
commit d297e0be91

View File

@@ -13,9 +13,6 @@ job "drone-runner" {
port "http" {
to = 3000
}
dns {
servers = ["172.16.23.1"]
}
}
volume "drone-runner" {
type = "csi"
@@ -66,6 +63,7 @@ job "drone-runner" {
DRONE_LOGS_TRACE = true
DOCKER_BUILDKIT = 1
DRONE_GIT_ALWAYS_AUTH = true
DRONE_RUNNER_NETWORKS = podman
}
resources {