add prune separately for manual run
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-08-31 00:08:06 +02:00
parent d02b1ed916
commit b6a2827f82
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: Prune everything
community.docker.docker_prune:
containers: true
images: true
networks: true
volumes: true
builder_cache: true
...