Debug: Add docker network ls to inspect available networks
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
This commit is contained in:
@@ -22,6 +22,8 @@ jobs:
|
||||
|
||||
- name: Restart Service
|
||||
run: |
|
||||
# Debug: List networks to confirm existence
|
||||
docker network ls
|
||||
# The image is now in the local docker daemon (Host) thanks to the shared socket
|
||||
docker compose up -d --force-recreate clawdbot
|
||||
docker image prune -f
|
||||
|
||||
Reference in New Issue
Block a user