Skip to content

Commit

Permalink
free disk space in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Sep 30, 2024
1 parent 1128709 commit 766767b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
echo "version=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"
shell: bash

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
docker-images: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Build and push backend container
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 766767b

Please sign in to comment.