diff scripts/updates-pull.sh @ 607:3ec3180d23a4

merge
author Justin Kleinknecht <justin.kleinknecht@mcoecn.org>
date Tue, 01 Jul 2025 20:51:22 +0100
parents 9afc8cb478f6
children
line wrap: on
line diff
--- a/scripts/updates-pull.sh	Tue Jul 01 20:50:56 2025 +0100
+++ b/scripts/updates-pull.sh	Tue Jul 01 20:51:22 2025 +0100
@@ -20,7 +20,7 @@
 do
    repo=${line[0]}
    tag=${line[1]}
-   if [[ $repo == docker.ssdt.io* && $tag != *none* ]]
+   if [[ $repo == docker.ssdt-ohio.org* && $tag != *none* ]]
    then
       echo "docker pull ${repo}:${tag}"
       docker pull ${repo}:${tag}