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 Apr 3, 2024
1 parent a81c497 commit 16fc2cd
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 @@ -65,10 +65,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 16fc2cd

Please sign in to comment.