🎨 Free disk space for docker image building GitHub Action

This commit is contained in:
Daniel
2023-10-04 13:03:28 +08:00
parent 56ace2e427
commit 27df290b4f
+15
View File
@@ -16,6 +16,21 @@ jobs:
contents: read
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Check out the repo
uses: actions/checkout@v3