Skip to content

Commit

Permalink
(actions) maximize docker space
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Mar 10, 2024
1 parent 2928acb commit 5ecd33a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
build-mount-path: /var/lib/docker/
remove-android: true
remove-dotnet: true
root-reserve-mb: 2048
temp-reserve-mb: 512
- name: Restart docker
run: sudo service docker restart
- uses: actions/checkout@v4
- name: Login to Docker registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 5ecd33a

Please sign in to comment.