fix(ci): use REGISTRY_TOKEN for Docker push auth
CI / Lint & Typecheck (pull_request) Successful in 18s
CI / Test (pull_request) Successful in 24s
CI / Build & Push Docker Image (pull_request) Failing after 21s

Use the org-level REGISTRY_TOKEN secret instead of gitea.token for
authenticating to the Gitea Container Registry. The gitea.token
does not have packages:write scope.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-20 03:41:52 +00:00
committed by Flea Flicker [agent]
parent 4f981bbebd
commit 539ef21d89
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
with:
registry: git.farh.net
username: ${{ gitea.actor }}
password: ${{ gitea.token }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push API image
uses: docker/build-push-action@v6