Skip to content

Commit

Permalink
Debug space
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Aug 11, 2024
1 parent 594a36c commit 4c7ec22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ jobs:
PGTARGET: ${{ matrix.pg_target }}
OS_FLAVOR: ${{ matrix.operating_system.flavor }}

- name: Debug
run: |
set -eux
docker system df
docker image ls
docker ps -a
docker volume ls
sudo du -a / | sort -n -r | head -n 50
- name: Push image
if: github.repository == 'pgautoupgrade/docker-pgautoupgrade' && github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 4c7ec22

Please sign in to comment.