chore(ci): Try to cleanup docker build host
This commit is contained in:
@@ -40,6 +40,14 @@ jobs:
|
|||||||
- name: Visualize disk usage before build
|
- name: Visualize disk usage before build
|
||||||
run: df -h
|
run: df -h
|
||||||
|
|
||||||
|
- name: Cleanup some disk space
|
||||||
|
run: |
|
||||||
|
docker system prune -a --force || true
|
||||||
|
docker builder prune -af || true
|
||||||
|
|
||||||
|
- name: Visualize disk usage after cleanup
|
||||||
|
run: df -h
|
||||||
|
|
||||||
- name: Set docker tag names
|
- name: Set docker tag names
|
||||||
id: tags
|
id: tags
|
||||||
uses: ./.github/actions/docker-tags
|
uses: ./.github/actions/docker-tags
|
||||||
|
|||||||
Reference in New Issue
Block a user