From c137b5dad8e6ed8b274c6d4a007b3de9aea1e216 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sat, 21 Oct 2023 09:27:57 -0600 Subject: [PATCH] chore(ci): Maximize build space (#43) Reduces the amount of space taken up by the builder before building the images --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bde9db9..23626fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,9 @@ jobs: is_stable_version: true is_gts_version: true steps: + - name: Maximize build space + uses: ublue-os/remove-unwanted-software@v6 + # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v4