fix: update Docker login credentials to use repository owner and registry token
Build and Push Docker Image / build (push) Failing after 41s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
hwinkel
2026-04-25 13:39:58 +02:00
parent 73ad126052
commit c412388877
+2 -2
View File
@@ -27,8 +27,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }} username: ${{ gitea.repository_owner }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata - name: Extract metadata
id: meta id: meta