Skip to content

Commit

Permalink
ci: Skip 'Free Disk Space' as the image is not big enough to require it.
Browse files Browse the repository at this point in the history
- Commented out the Free Disk Space (Ubuntu) action in docker setup steps. This action was used to clean some unnecessary data and free up disk space.

Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Nov 29, 2023
1 parent 8420719 commit bec754a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/docker-reused-setup-steps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ outputs:
runs:
using: composite
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: true

# 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: false
# - 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: true

# # 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: false

- name: Docker meta data:${{ inputs.tag }}
id: meta
Expand Down

0 comments on commit bec754a

Please sign in to comment.