fix(ci): use internal Gitea URL for GoReleaser API calls
CI / test (push) Successful in 2m49s
CI / lint (push) Successful in 1m11s
CI / vulncheck (push) Successful in 1m1s
Release / release (push) Successful in 2m18s
Release / docker (push) Failing after 3m38s

This commit is contained in:
2026-05-29 17:26:57 -04:00
parent 9a4985e355
commit 5679dffffa
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ jobs:
env:
GORELEASER_FORCE_TOKEN: gitea
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITEA_API_URL: http://gitea:3000/api/v1
docker:
runs-on: ubuntu-latest