diff --git a/.github/workflows/build-image-and-push.yaml b/.github/workflows/build-image-and-push.yaml index b87fa69be..a10b0b1a9 100644 --- a/.github/workflows/build-image-and-push.yaml +++ b/.github/workflows/build-image-and-push.yaml @@ -96,6 +96,16 @@ jobs: with: fetch-depth: 1 + - name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧 + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: false + dotnet: false + haskell: false + large-packages: false + swap-storage: false + - name: "Setup Go" uses: actions/setup-go@v3 with: @@ -163,6 +173,16 @@ jobs: with: fetch-depth: 1 + - name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧 + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: false + dotnet: false + haskell: false + large-packages: false + swap-storage: false + - name: "Setup Go" uses: actions/setup-go@v3 with: