Compare commits

..

3 Commits

Author SHA1 Message Date
d1ee359f9f Revert: Switch back to Registry Push strategy (Gitea timeout increased)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m59s
2026-02-01 22:23:01 +01:00
ab82044926 Debug: Add docker network ls to inspect available networks
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
2026-02-01 22:17:10 +01:00
d844600aaa Fix: Remove unnecessary registry login (local build)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
2026-02-01 22:06:12 +01:00

View File

@@ -23,12 +23,5 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
push: false
load: true
push: true
tags: gitea.lemarechal.eu/aydent/clawdbot:latest
- name: Restart Service
run: |
# 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