From 5782a01b7f94220e761bc3289c785a81326749f7 Mon Sep 17 00:00:00 2001 From: Alan Savage <3028205+asavageiv@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:03:06 -0700 Subject: [PATCH] Fix bypass_container_update when not detected as available isAnyUpdateAvailable is not necessarily synced with the PullImage logic from DockerActionManager. This ensures no images are pulled regardless of detection. There's also a minor code improvement to avoid unnecessary interpolation. Signed-off-by: Alan Savage <3028205+asavageiv@users.noreply.github.com> --- php/templates/containers.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index c3f09c73..4aa6c48f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -353,6 +353,9 @@ + {% if bypass_container_update == true %} + + {% endif %} {% else %} @@ -361,7 +364,7 @@ {% if bypass_container_update == true %} - + {% endif %}