Skip to content

Commit

Permalink
Merge pull request #487 from Southclaws/dev
Browse files Browse the repository at this point in the history
ci: try using actor instead of repository_owner as docker login auth
  • Loading branch information
ADRFranklin authored Dec 2, 2022
2 parents bb9af64 + 94771d1 commit 2717b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 2717b82

Please sign in to comment.