diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 7efd9ec4..84a5522c 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -48,6 +48,16 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Free disk space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true + - name: Set up QEMU uses: docker/setup-qemu-action@v3