Route registry push via internal network to bypass Cloudflare
Build & Deploy / build-and-deploy (push) Failing after 2m42s
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>
This commit is contained in:
@@ -16,6 +16,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Route registry traffic via internal network
|
||||||
|
run: echo "192.168.86.31 gitea.theriise.net" | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user