Skip to content

Commit

Permalink
Add a ci step to free up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Apr 28, 2024
1 parent 5650a52 commit f48e9ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
outputs:
image_name: ${{ fromJson(steps.meta.outputs.json).tags[0] }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
docker-images: false
- name: Checkout repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f48e9ee

Please sign in to comment.