Skip to content

Commit

Permalink
fix: use github.actor instead of repo owner in build (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 17, 2021
1 parent c9bb0ef commit 845250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 845250b

Please sign in to comment.