prune old
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user