Build and Deploy / build-and-deploy (push) Failing after 4m23s
git.kayashov.keenetic.pro is the KeenDNS HTTPS proxy in front of Gitea's web UI - its cert only covers one subdomain level and it doesn't route /v2/... registry API traffic, so docker login got back the proxy's own 404 HTML page. The real registry address is the NodePort 192.168.1.100:30008, already set as insecure-registry in act-runner-docker-config (dind push) and /etc/rancher/k3s/registries.yaml (containerd pull) - use that everywhere. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>