fix(ci): use REGISTRY_TOKEN for build-and-push registry login (CAR-1330)
CI / typecheck (push) Failing after 7s
CI / lint (push) Successful in 8s
CI / test (push) Successful in 22s
CI / build-and-push (push) Has been cancelled

This commit is contained in:
cs_betty
2026-06-09 17:24:34 +00:00
parent f687097ad1
commit 02649a76d3
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
echo "CalVer tag: $VERSION"
- name: Log in to Gitea Container Registry
run: echo "${{ github.token }}" | docker login git.farh.net -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.farh.net -u ${{ github.actor }} --password-stdin
- name: Extract metadata
id: meta