diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6631e92..f806ec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,8 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + username: ${{ github.repository_owner }} + password: ${{ secrets.GHCR_TOKEN || github.token }} - name: Docker metadata id: meta