Skip to content

Commit ea69e18

Browse files
committed
Added Docker cleanup
1 parent a6ddfb2 commit ea69e18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build-and-run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ jobs:
8383
rm -f ${{ github.workspace }}/ivim_simulation.nii.gz
8484
rm -f ${{ github.workspace }}/ivim_simulation.bval
8585
rm -f ${{ github.workspace }}/ivim_simulation.bvec
86+
- name: Cleanup Docker
87+
run: |
88+
docker system prune -a --force

0 commit comments

Comments
 (0)