mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user