Skip to content

Commit

Permalink
Merge pull request #375 from evaline-ju/reclaim-space
Browse files Browse the repository at this point in the history
👷 Reclaim space on image build
  • Loading branch information
gkumbhat authored Aug 5, 2024
2 parents 79ac58e + 5510f10 commit b28c2b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Reclaim space
run: |
sudo rm -rf /opt/hostedtoolcache
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
Expand Down

0 comments on commit b28c2b1

Please sign in to comment.