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

Commit

Permalink
build(ci): free disk space before building images (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Apr 7, 2023
1 parent 8c926f9 commit 6c4205a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@v1.2.0
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 6c4205a

Please sign in to comment.