mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
fix(nightly): fix docker images build 'no space left on device' (#2051)
clean runner before running build Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
parent
8dd06c6e1e
commit
bdf6d23863
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nightly.yaml
vendored
1
.github/workflows/nightly.yaml
vendored
|
@ -158,6 +158,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check out source code
|
- name: Check out source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- uses: ./.github/actions/clean-runner
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
make docker-image
|
make docker-image
|
||||||
|
|
Loading…
Reference in a new issue