Debug: Add docker network ls to inspect available networks
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s

This commit is contained in:
2026-02-01 22:17:10 +01:00
parent d844600aaa
commit ab82044926

View File

@@ -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