From 414c18ef0848d7ed47c2d04560348eb95d18379c Mon Sep 17 00:00:00 2001 From: KIMB-technologies Date: Wed, 30 Oct 2024 15:15:25 +0100 Subject: [PATCH] Finally fix push GPU image --- push-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-images.sh b/push-images.sh index dbb615f..9f7002f 100755 --- a/push-images.sh +++ b/push-images.sh @@ -27,7 +27,7 @@ do image_name="${image_name%%:*}" image_tag="${image_url##*:}" - if [[ "$image_tag" =~ ^((gpu)|(cpu)-)?((arm64)|(amd64))$ ]]; + if [[ "$image_tag" =~ ^((gpu-)|(cpu-))?((arm64)|(amd64))$ ]]; then echo "Push:"