From 29e642e2323fbb93a3fe43a00a3360ede40d6a44 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:09:45 +0200 Subject: [PATCH] ci(bin-image): free disk space Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/merge.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 738b95166..cb1872a9d 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -79,6 +79,15 @@ jobs: outputs: digest: ${{ fromJSON(steps.bake.outputs.metadata).image-cross['containerimage.digest'] }} steps: + - + name: Free disk space + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 + with: + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true - name: Checkout uses: actions/checkout@v4