Cleanup GHA node after building images
This commit is contained in:
parent
c7147311f8
commit
db5a944396
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user