Commit Graph

3 Commits

Author SHA1 Message Date
steinhelge 9b5ab3bd3e Remove ineffective /etc/hosts step from workflow
Build & Deploy / build-and-deploy (push) Has been cancelled
Host-level /etc/hosts must be set on alu directly.
Docker copies host's /etc/hosts to spawned containers,
so buildx will use the internal route automatically.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 20:24:22 +01:00
steinhelge 47cf983154 Route registry push via internal network to bypass Cloudflare
Build & Deploy / build-and-deploy (push) Failing after 2m42s
act_runner and Gitea run on the same host (alu/192.168.86.31),
so we override DNS in the runner to push directly over LAN.
This avoids Cloudflare's upload size limit (413 on 7.79GB image).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 16:03:56 +01:00
steinhelge 0a5d4d7222 Add Gitea Actions workflow and server docker-compose
Build & Deploy / build-and-deploy (push) Failing after 1m45s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 15:04:18 +01:00