prune old

main
Bel LaPointe 2023-10-29 16:22:46 -06:00
parent 2f8590e3e2
commit a55ac869b7
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ jobs:
done
docker build -t "$t" -f ./Dockerfile.cicd .
docker push "$t"
docker rmi $(docker ps | grep ${t%:*} | grep '<none>' | awk '{print $3}') || true