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 32b4bb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ 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
- 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 32b4bb3

Please sign in to comment.