prune old

This commit is contained in:
Bel LaPointe
2023-10-29 16:22:46 -06:00
parent 2f8590e3e2
commit a55ac869b7

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