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 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: