Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
414c18ef08
|
@ -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:"
|
||||||
|
Reference in New Issue
Block a user