Add docker system prune command

This will hopefully keep the system drive cleaned up so we don't run issues with not enough disk space.
This commit is contained in:
Joseph T. Lyons 2023-08-23 14:54:39 -04:00
parent af21546a43
commit 6c45be2dc4

View File

@ -22,6 +22,9 @@ jobs:
- name: Sign into DigitalOcean docker registry
run: doctl registry login
- name: Prune Docker system
run: docker system prune
- name: Checkout repo
uses: actions/checkout@v3
with: