Fix CI: use REGISTRY_TOKEN secret for registry auth
Build and Push Docker Image / build (push) Failing after 8s Details

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-01-30 13:43:40 +01:00
parent a606292aaa
commit 8da7f111ef
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
username: matt
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3