Skip to content

Commit 0f27a55

Browse files
committed
check disk space before and after pruning
1 parent 1f4d7f4 commit 0f27a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
- name: Prune Docker Volumes
6464
shell: bash -l {0}
6565
run:
66+
df -h
6667
docker system prune --volumes -f
68+
df -h
6769

6870
- name: Build and push Rocky8 Docker image
6971
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)