From 2c6f2f8416fb6906de1673010b994abed8d686c4 Mon Sep 17 00:00:00 2001 From: Sftobias <154964601+Sftobias@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:20:06 +0100 Subject: [PATCH] fix: set email task to force pull docker image (#74) --- etc/modules/nomad.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/modules/nomad.hcl b/etc/modules/nomad.hcl index 5357568..ef28693 100644 --- a/etc/modules/nomad.hcl +++ b/etc/modules/nomad.hcl @@ -203,6 +203,7 @@ job "module-${JOB_UUID}" { driver = "docker" config { + force_pull = true image = "registry.services.ai4os.eu/ai4os/docker-mail:client" }