diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index 233debc30..6734738e6 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -11,6 +11,11 @@ jobs: docker-build-and-push: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + - name: Checkout source uses: actions/checkout@v6