From d20e3fc3ce31d3a342109cf3e23f78c510440ed4 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 12 Aug 2026 16:12:01 +0100 Subject: [PATCH] fix: ignore pull failures for local images during update --- cli/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/deploy.py b/cli/deploy.py index 2b76971..de89468 100644 --- a/cli/deploy.py +++ b/cli/deploy.py @@ -181,7 +181,7 @@ def prod_update( git["switch", "prod"] & FG git["pull", "origin", "prod"] & FG with local.env(INVENIO_THEME_IFORM_PRODUCTION="true"), local.cwd(REPO_DIR): - docker_compose("pull") + docker_compose("pull", "--ignore-pull-failures") docker[ "build", "-t",