From f2bcaea4714dc5847148a720c4d26c62c6adcc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Fri, 15 Nov 2024 18:08:06 +0100 Subject: [PATCH] #2286: do not use cache when building docker images --- scripts/check_containers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_containers.sh b/scripts/check_containers.sh index 2cf7da8f76..57b3200385 100755 --- a/scripts/check_containers.sh +++ b/scripts/check_containers.sh @@ -11,7 +11,7 @@ diff_latest() { # Decide which docker compose command to use: if diff_latest | grep -i dockerfile > /dev/null then - echo "build --pull" + echo "build --no-cache --pull" else echo "pull --ignore-pull-failures" fi