Files
homelab-frontend/.gitea/workflows
Admin Bot df553cc70d
CI / Vet, test, build (push) Successful in 3m33s
CI / Build and push image (push) Failing after 40s
ci: fix docker dind access, remove container override
Problem: Push job used docker:27-cli override with explicit dind cert
mounting, but runner base changed to code.forgejo.org/forgejo/runner:6.
Alpine container couldn't access Debian runner's dind socket paths.

Fix:
- Remove container override, run on golang runner natively
- Install docker.io directly in push step (apt-get)
- Add docker image prune post-action to cleanup

This pattern matches riotpiao.com CI and works with current runner setup.
2026-09-06 05:55:54 -07:00
..