Finally fix push GPU image
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 38s
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 38s
This commit is contained in:
parent
419eb97916
commit
414c18ef08
@ -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:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user