add prune
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-08-30 23:35:26 +02:00
parent 692d388003
commit b2dd062e6f
3 changed files with 15 additions and 0 deletions

View File

@ -13,4 +13,12 @@
command: docker-compose up -d
args:
chdir: /home/service-user
- name: Prune everything
community.docker.docker_prune:
containers: true
images: true
networks: true
volumes: true
builder_cache: true
...