From a68dde0b913b063ea917f899bb03f7032631b601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Sun, 4 Feb 2024 23:44:31 +0800 Subject: [PATCH] Update build-image-and-push.yaml --- .github/workflows/build-image-and-push.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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: