From f169e65b3ea928771ccb3828da3c3f1d102c5b08 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 14 Jul 2024 12:26:54 +0200 Subject: [PATCH] always updateing gitea --- apps/gitea/live.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/live.hcl b/apps/gitea/live.hcl index eb99df3..5d534f7 100644 --- a/apps/gitea/live.hcl +++ b/apps/gitea/live.hcl @@ -63,7 +63,7 @@ job "gitea" { config { image = "docker.io/gitea/gitea:latest" ports = ["ssh", "http"] - force_pull = false + force_pull = true } env {