testing
Some checks failed
ci / docker (push) Failing after 11m17s

This commit is contained in:
Chris 2025-06-10 10:54:13 +02:00
parent 184e673277
commit 3eed66b9a9

View File

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