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 4b3094a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-baseimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:

- name: Build and push to local registry
uses: docker/build-push-action@v5
continue-on-error: true
with:
push: true
pull: true
Expand All @@ -149,6 +150,11 @@ jobs:
#cache-from: type=gha,scope=${{ fromJSON(matrix.info).tag_prefix }}
#cache-to: type=gha,mode=max,scope=${{ fromJSON(matrix.info).tag_prefix }}

- name: Disk space
run: |
docker system df
df -h
- name: Inspect
id: inspect
run: |
Expand Down

0 comments on commit 4b3094a

Please sign in to comment.