Skip to content

Commit

Permalink
Merge pull request #46 from ponkio-o/fix-login-username
Browse files Browse the repository at this point in the history
fix: use github.repository_owner instead of github.actor
  • Loading branch information
Kuniwak authored May 13, 2024
2 parents 7a2b844 + 317f8e2 commit a2e35e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit a2e35e2

Please sign in to comment.