Skip to content

Commit

Permalink
fix(ci): prune docker
Browse files Browse the repository at this point in the history
make more space available in overlay dir
  • Loading branch information
duncdrum committed Mar 18, 2024
1 parent 48345ec commit 4a1ae0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
# - name: Configure docker
# run: docker daemon --storage-opt dm.basesize=20G

- name: cleanup docker to make space
run: docker system prune --all --volumes

- name: Check config
run: docker info

Expand Down

0 comments on commit 4a1ae0c

Please sign in to comment.