not pulling latest

This commit is contained in:
2024-08-26 12:29:56 +02:00
parent f169e65b3e
commit a3caf713c8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -61,7 +61,7 @@ job "gitea" {
}
config {
image = "docker.io/gitea/gitea:latest"
image = "docker.io/gitea/gitea"
ports = ["ssh", "http"]
force_pull = true
}