Skip to content

Commit

Permalink
check disk space before and after pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Aug 9, 2024
1 parent 1f4d7f4 commit 0f27a55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
- name: Prune Docker Volumes
shell: bash -l {0}
run:
df -h
docker system prune --volumes -f
df -h

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

0 comments on commit 0f27a55

Please sign in to comment.