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