Skip to content

Commit

Permalink
Display free space after failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jun 28, 2024
1 parent ad3652b commit 5107d5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-baseimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ jobs:
if: ${{ always() }}

steps:
- name: Disk space
run: |
docker system df
df -h
- name: Pushover notification
uses: desiderati/github-action-pushover@v1
with:
Expand Down

0 comments on commit 5107d5b

Please # to comment.