From a3caf713c89d6a6800fac2844380d317bc654f85 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 26 Aug 2024 12:29:56 +0200 Subject: [PATCH] not pulling latest --- apps/drone/live-runner.hcl | 2 +- apps/gitea/live.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/drone/live-runner.hcl b/apps/drone/live-runner.hcl index e607e80..b9d2f5b 100644 --- a/apps/drone/live-runner.hcl +++ b/apps/drone/live-runner.hcl @@ -49,7 +49,7 @@ job "drone-runner" { } volume_mount { volume = "drone-runner" - destination = "/var/lib/docker" + destination = "/drone" read_only = false } diff --git a/apps/gitea/live.hcl b/apps/gitea/live.hcl index 5d534f7..432c661 100644 --- a/apps/gitea/live.hcl +++ b/apps/gitea/live.hcl @@ -61,7 +61,7 @@ job "gitea" { } config { - image = "docker.io/gitea/gitea:latest" + image = "docker.io/gitea/gitea" ports = ["ssh", "http"] force_pull = true }