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:
parent
af21546a43
commit
6c45be2dc4
1 changed files with 5 additions and 2 deletions
3
.github/workflows/publish_collab_image.yml
vendored
3
.github/workflows/publish_collab_image.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue