Skip to content

Commit

Permalink
Free disk space on runner before building images
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 8, 2024
1 parent 9a05a9f commit f87101a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Free disk space
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
- name: Build base image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit f87101a

Please sign in to comment.