Fixes for Actions
All checks were successful
Build and push Docker image in git push / build (push) Successful in 4m58s

This commit is contained in:
2024-10-04 17:47:12 +02:00
parent fa36f93466
commit fdbbbc3e3d
5 changed files with 16 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ source "$SCRIPTPATH/vars.sh"
day_tag=$(date '+%Y-%m-%d')
docker image ls "$IMAGE_OWNER/$IMAGE_NAME" --format '{{.Tag}}' | while read image_tag ;
docker image ls "$IMAGE_REGISTRY/$IMAGE_OWNER/$IMAGE_NAME" --format '{{.Tag}}' | while read image_tag ;
do
if [[ "$image_tag" =~ ^((gpu)|(cpu))-((arm64)|(amd64))$ ]];