Skip to content

Commit

Permalink
add CI job to clear space
Browse files Browse the repository at this point in the history
  • Loading branch information
etwk committed Aug 2, 2024
1 parent e641ee1 commit 98701b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# when set to "true" but frees about 6 GB
tool-cache: true

- name: Check Out Repo
uses: actions/checkout@v3

Expand Down

0 comments on commit 98701b8

Please sign in to comment.