Skip to content

Commit bdd9483

Browse files
committed
Add step to clean up runner space for docker action
1 parent f9e61a6 commit bdd9483

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
name: Push Docker image to Docker Hub
2424
runs-on: ubuntu-latest
2525
steps:
26+
- name: Maximize build space
27+
uses: easimon/maximize-build-space@master
28+
with:
29+
root-reserve-mb: 512
30+
swap-size-mb: 1024
31+
remove-dotnet: 'true'
32+
2633
- name: Checkout repository
2734
uses: actions/[email protected]
2835

0 commit comments

Comments
 (0)