not pulling latest
This commit is contained in:
@@ -49,7 +49,7 @@ job "drone-runner" {
|
||||
}
|
||||
volume_mount {
|
||||
volume = "drone-runner"
|
||||
destination = "/var/lib/docker"
|
||||
destination = "/drone"
|
||||
read_only = false
|
||||
}
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ job "gitea" {
|
||||
}
|
||||
|
||||
config {
|
||||
image = "docker.io/gitea/gitea:latest"
|
||||
image = "docker.io/gitea/gitea"
|
||||
ports = ["ssh", "http"]
|
||||
force_pull = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user