diff --git a/.github/workflows/manual-build-push-docker-image.yml b/.github/workflows/manual-build-push-docker-image.yml index f02c538..31e6427 100644 --- a/.github/workflows/manual-build-push-docker-image.yml +++ b/.github/workflows/manual-build-push-docker-image.yml @@ -12,6 +12,17 @@ jobs: docker: runs-on: ubuntu-latest steps: + - + name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: false + swap-storage: true - name: Set up QEMU uses: docker/setup-qemu-action@v2