mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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
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
|
- name: Sign into DigitalOcean docker registry
|
||||||
run: doctl registry login
|
run: doctl registry login
|
||||||
|
|
||||||
|
- name: Prune Docker system
|
||||||
|
run: docker system prune
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user