fix: update registry authentication to use GITEA_TOKEN in CI workflow
CI/CD Pipeline / Lint & Check (push) Successful in 53s
CI/CD Pipeline / Build & Push Docker Image (push) Failing after 10s

This commit is contained in:
2026-05-09 01:57:52 +02:00
parent d8d03e4744
commit 159a4c8073
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta