Skip to content

Commit

Permalink
fix: switch to new build space maximer action (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Apr 13, 2024
1 parent b436eae commit 4ca0217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
# building custom images might take a lot of space,
# so it's best to remove unneeded softawre
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6
uses: jlumbroso/[email protected]
if: ${{ inputs.maximize_build_space == 'true' }}

- name: Set up Docker Buildx
Expand Down

0 comments on commit 4ca0217

Please sign in to comment.