Skip to content

Commit b96e3b1

Browse files
committed
ci: build: clean up space before ci build
clean up the docker container before we run ci buildswq Signed-off-by: Dhruva Gole <d-gole@ti.com>
1 parent 00a01fa commit b96e3b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Build
33
on: [push, pull_request]
44

55
jobs:
6+
cleanup:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Cleanup Docker images and containers
10+
run: |
11+
docker system prune -af
12+
docker volume prune -f
13+
614
build:
715
runs-on: ubuntu-latest
816
container: zephyrprojectrtos/ci:latest

0 commit comments

Comments
 (0)