From b3fabc23cd613ecd7e213f55060ce007154d3fa8 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:37:56 -0400 Subject: [PATCH] fix(ci): free up disk space (#15683) (#15684) * fix(ci): free up disk space * Update .github/workflows/image-reuse.yaml * Update .github/workflows/image-reuse.yaml --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Justin Marquis <76892343+34fathombelow@users.noreply.github.com> --- .github/workflows/image-reuse.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/image-reuse.yaml b/.github/workflows/image-reuse.yaml index 9beb30a423b92..55d3bc309294a 100644 --- a/.github/workflows/image-reuse.yaml +++ b/.github/workflows/image-reuse.yaml @@ -137,6 +137,11 @@ jobs: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@4d9e71b726748f254fe64fa44d273194bd18ec91 + with: + large-packages: false + docker-images: false + swap-storage: false + tool-cache: false - name: Build and push container image id: image