correct token for docker login
Some checks failed
ci / docker (push) Failing after 11m17s

This commit is contained in:
Chris 2025-06-10 10:51:10 +02:00
parent 83926b0f9a
commit 184e673277

View File

@ -40,7 +40,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GHCR_PAT }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: