Fixes for Actions
All checks were successful
Build and push Docker image in git push / build (push) Successful in 4m58s
All checks were successful
Build and push Docker image in git push / build (push) Successful in 4m58s
This commit is contained in:
@@ -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))$ ]];
|
||||
|
||||
Reference in New Issue
Block a user