1 Commits

Author SHA1 Message Date
414c18ef08 Finally fix push GPU image
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 38s
2024-10-30 15:15:25 +01:00

View File

@ -27,7 +27,7 @@ do
image_name="${image_name%%:*}" image_name="${image_name%%:*}"
image_tag="${image_url##*:}" image_tag="${image_url##*:}"
if [[ "$image_tag" =~ ^((gpu)|(cpu)-)?((arm64)|(amd64))$ ]]; if [[ "$image_tag" =~ ^((gpu-)|(cpu-))?((arm64)|(amd64))$ ]];
then then
echo "Push:" echo "Push:"