Skip to content

Commit

Permalink
github actions: podmanbuild: some free space debugging
Browse files Browse the repository at this point in the history
Jobs are failing due to "no space left on device" when building
the container image. Adding some df output.

See: actions/runner-images#709

Signed-off-by: Michael Adam <obnox@redhat.com>
  • Loading branch information
obnoxxx committed Feb 8, 2021
1 parent 81047f5 commit b49ab45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v2
- name: check free space
run: df -h
- name: build container image
# note: forcing use of podman here since we are
# using podman explicity for the push job
Expand Down

0 comments on commit b49ab45

Please sign in to comment.