Cleanup GHA node after building images

This commit is contained in:
Matthias 2021-08-14 08:46:19 +02:00
parent c7147311f8
commit db5a944396

View File

@ -74,7 +74,5 @@ fi
docker images
if [ $? -ne 0 ]; then
echo "failed building image"
return 1
fi
# Cleanup old images from arm64 node.
docker image prune -a --force --filter "until=24h"