Skip to content

Commit dc09690

Browse files
committed
chore: Add clean up step to build workflow
1 parent 2ba55f0 commit dc09690

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: arduino/setup-protoc@v2
21+
22+
- name: Clean up docker
23+
run: docker system prune -af
24+
2125
- name: Build image
2226
run: docker build . --file Dockerfile --tag $IMAGE_NAME
2327

0 commit comments

Comments
 (0)