From ed2093ab36497c39af2dc65d9ec0f7a55a4be879 Mon Sep 17 00:00:00 2001 From: thespad Date: Mon, 30 Dec 2024 20:25:42 +0000 Subject: [PATCH] More resilient check --- docker-mods.v3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-mods.v3 b/docker-mods.v3 index d408867..32de337 100755 --- a/docker-mods.v3 +++ b/docker-mods.v3 @@ -301,7 +301,7 @@ run_mods() { FULLTAG="${DOCKER_MOD#*:}" TAG="${FULLTAG%@*}" TAGSHA="${DOCKER_MOD#*@}" - if [[ ! "${TAGSHA}" =~ sha256 ]]; then + if [[ ! "${TAGSHA}" =~ sha256: ]]; then unset TAGSHA fi if [[ "${TAG}" == "${DOCKER_MOD}" ]]; then