diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6898dd..480aa8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,8 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - token: ${{ secrets.GITHUB_TOKEN }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Tag and Push image to GHCR if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')