Skip to content

Commit

Permalink
fix(nightly): fix docker images build 'no space left on device' (#2051)
Browse files Browse the repository at this point in the history
clean runner before running build

Signed-off-by: Petu Eusebiu <[email protected]>
  • Loading branch information
eusebiu-constantin-petu-dbk authored Nov 16, 2023
1 parent 8dd06c6 commit bdf6d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check out source code
uses: actions/checkout@v4
- uses: ./.github/actions/clean-runner
- name: Build image
run: |
make docker-image
Expand Down

0 comments on commit bdf6d23

Please sign in to comment.