Skip to content

Commit fa74567

Browse files
ci(call-docker): replace maximize build space action
1 parent 06d6b26 commit fa74567

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

.github/workflows/__call-docker.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ on:
3232
required: false
3333
type: boolean
3434
default: false
35-
maximize_build_space_root_reserve_size:
36-
description: 'Maximize build space root reserve size.'
37-
required: false
38-
type: string
39-
default: '10240'
4035
publish_release:
4136
required: true
4237
type: string
@@ -137,17 +132,12 @@ jobs:
137132
fail-fast: false
138133
matrix: ${{ fromJson(needs.check_dockerfiles.outputs.matrix) }}
139134
steps:
140-
- name: Maximize build space
135+
- name: More space
141136
if: inputs.maximize_build_space
142-
uses: easimon/maximize-build-space@v10
137+
uses: LizardByte/actions/actions/more_space@v2025.814.40518
143138
with:
144-
# https://github.com/easimon/maximize-build-space#caveats
145-
root-reserve-mb: ${{ inputs.maximize_build_space_root_reserve_size }}
146-
remove-dotnet: 'true'
147-
remove-android: 'true'
148-
remove-haskell: 'true'
149-
remove-codeql: 'true'
150-
remove-docker-images: 'true'
139+
analyze-space-savings: true
140+
clean-all: true
151141

152142
- name: Checkout
153143
uses: actions/checkout@v4

0 commit comments

Comments
 (0)