github ci fix
All checks were successful
CI / Check / Test (push) Successful in 1h9m41s

This commit is contained in:
2026-07-10 23:29:17 +02:00
parent c3d8bcad29
commit 85285b2a52

View File

@@ -57,8 +57,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GHCR_TOKEN || github.token }}
- name: Docker metadata - name: Docker metadata
id: meta id: meta