Skip to content

Commit

Permalink
actions: add docker ps to show what's running
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Nov 11, 2024
1 parent 64c1c5b commit 9756b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-local-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Show versions
run: |
docker --version
docker ps
docker network ls
docker network inspect skynet
- name: Get host IP
Expand Down

0 comments on commit 9756b75

Please sign in to comment.