Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
chore(ci): Maximize build space (#43)
Browse files Browse the repository at this point in the history
Reduces the amount of space taken up by the builder before building
the images
  • Loading branch information
EyeCantCU authored Oct 21, 2023
1 parent f2af0d3 commit c137b5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
is_stable_version: true
is_gts_version: true
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6

# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v4
Expand Down

0 comments on commit c137b5d

Please sign in to comment.