Fix registry auth to use REGISTRY_TOKEN secret
Some checks failed
Build and Push Docker Image / build (push) Failing after 3m19s

This commit is contained in:
Nick
2025-12-25 23:21:29 +13:00
parent b730d4d142
commit 9604caf8e0

View File

@@ -22,8 +22,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.voyager.sh registry: gitea.voyager.sh
username: ${{ gitea.actor }} username: nick
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata - name: Extract metadata
id: meta id: meta