Finally fix push GPU image
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 38s

This commit is contained in:
Magnus Bender 2024-10-30 15:15:25 +01:00
parent 419eb97916
commit 414c18ef08
Signed by: bender
GPG Key ID: 5149A211831F2BD7

View File

@ -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:"