Skip to content

Commit 98701b8

Browse files
committed
add CI job to clear space
1 parent e641ee1 commit 98701b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ jobs:
88
build-and-push:
99
runs-on: ubuntu-latest
1010
steps:
11+
12+
- name: Free Disk Space (Ubuntu)
13+
uses: jlumbroso/free-disk-space@main
14+
with:
15+
# this might remove tools that are actually needed,
16+
# when set to "true" but frees about 6 GB
17+
tool-cache: true
18+
1119
- name: Check Out Repo
1220
uses: actions/checkout@v3
1321

0 commit comments

Comments
 (0)