🎨 Free disk space for docker image building GitHub Action

This commit is contained in:
Daniel 2023-10-04 13:03:28 +08:00
parent 642d041513
commit 66aa802765
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

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