Skip to content

Commit

Permalink
add step to free up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Mar 5, 2024
1 parent 1979192 commit d1b36ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
- name: Show Available Disk Space
run: df -h && du -h
- name: Free Disk Space
uses: jlumbroso/free-disk-space@v1.3.1
- name: Build Image
if: steps.should-run.outputs.result == 'true'
run: |-
Expand Down

0 comments on commit d1b36ff

Please sign in to comment.