Skip to content

Commit

Permalink
try to free GH actions disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonjacobs1 committed Mar 21, 2024
1 parent 5438041 commit 3bfa544
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu) in GH Actions runners (~6GB freed)
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: false

- name: Check out the repo
uses: actions/checkout@v4

Expand Down

0 comments on commit 3bfa544

Please sign in to comment.