From acab4c657298c78768b79b7b3d284d55e695add1 Mon Sep 17 00:00:00 2001 From: C24Be Date: Mon, 22 Apr 2024 22:47:14 +0200 Subject: [PATCH] Clean... --- .github/workflows/stg.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/stg.yml b/.github/workflows/stg.yml index e9fa699..f915708 100644 --- a/.github/workflows/stg.yml +++ b/.github/workflows/stg.yml @@ -38,6 +38,14 @@ jobs: - uses: ./shared/actions/all/gitCommitHash - uses: ./shared/actions/all/gcpAuth - uses: ./shared/actions/all/gcpAuthDocker + - uses: jlumbroso/free-disk-space@main + with: + tool-cache: true + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true - uses: ./shared/actions/all/dockerBuildPush env: IMAGE_NAME: ${{ env.PROJECT }}-${{ env.APPLICATION }}