Fix Gitea registry login credentials
Some checks failed
Build and Push Container / build (push) Failing after 17s

Use github.repository_owner and GITHUB_TOKEN for compatibility

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-01-04 22:14:57 +00:00
parent 982c7ee4e7
commit f97267c02a

View File

@@ -29,8 +29,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata
id: meta