From b578f05d6482f9b6f30febeee6ab0b708a70f68b Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 6 May 2026 12:17:42 -0500 Subject: [PATCH] build(release): bypass cloudflare upload limit --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 23b038a..5d2c864 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -14,12 +14,12 @@ jobs: # Examples: # http://gitea.internal.lan:3000 # https://gitea-origin.yourdomain.local - GITEA_INTERNAL_URL: "https://git.tuffraid.net" + GITEA_INTERNAL_URL: "http://10.75.9.150:3100" #"https://git.tuffraid.net" # Internal/origin registry host. Usually same host as above, but without protocol. # Example: # gitea.internal:3000 - REGISTRY_HOST: "git.tuffraid.net" + REGISTRY_HOST: "10.75.9.150:3100" #"git.tuffraid.net" steps: - name: Check out repository