fix(ci): use REGISTRY_TOKEN for build-and-push registry login (CAR-1330) #49

Merged
Savannah Savings merged 1 commits from betty/car-1330-buildpush-registry-token-uat into uat 2026-06-09 17:46:32 +00:00
Showing only changes of commit 44a89d9c61 - Show all commits
+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