Skip to content

Commit

Permalink
Measure free space before docker rmi
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Oct 17, 2023
1 parent 87ef10d commit f4545cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,13 @@ jobs:
6.0.404
7.0.101
- name: Disk usage before removing images
run: df -h

- name: Remove large node images
run: docker rmi node:20 node:18 node:16

- name: Disk usage
- name: Disk usage after removing images
run: df -h

- name: Build Docker image
Expand Down

0 comments on commit f4545cc

Please sign in to comment.