We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9723a37 commit 8e9b510Copy full SHA for 8e9b510
.github/workflows/clean.yml
@@ -19,3 +19,9 @@ jobs:
19
- name: Delete docker volumes not included in system prune
20
run: docker volume prune -af
21
# run: docker buildx prune -a --verbose
22
+ - name: Clean containerd folders and restart services
23
+ run: service docker stop && service containerd stop && rm -rf /home/containerd/* && service containerd start && service docker start
24
+ - name: Clear docker cache again
25
+ run: docker system prune -af --volumes
26
+ - name: Delete docker volumes not included in system prune again
27
+ run: docker volume prune -af
0 commit comments