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 0a344ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ jobs:
PGTARGET: ${{ matrix.pg_target }}
OS_FLAVOR: ${{ matrix.operating_system.flavor }}

- name: Debug
run: |
docker system df
docker image ls
docker ps -a
docker volume ls
sudo du -a / | sort -n -r | head -n 20
- 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 0a344ba

Please sign in to comment.