We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dca82 commit acab4c6Copy full SHA for acab4c6
1 file changed
.github/workflows/stg.yml
@@ -38,6 +38,14 @@ jobs:
38
- uses: ./shared/actions/all/gitCommitHash
39
- uses: ./shared/actions/all/gcpAuth
40
- uses: ./shared/actions/all/gcpAuthDocker
41
+ - uses: jlumbroso/free-disk-space@main
42
+ with:
43
+ tool-cache: true
44
+ android: true
45
+ dotnet: true
46
+ haskell: true
47
+ large-packages: true
48
+ swap-storage: true
49
- uses: ./shared/actions/all/dockerBuildPush
50
env:
51
IMAGE_NAME: ${{ env.PROJECT }}-${{ env.APPLICATION }}
0 commit comments