diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce2b6e14..bdbb3dcb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: if: github.event_name != 'pull_request' with: registry: ghcr.io - username: ${{ github.repository_owner }} + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push