Skip to content

Commit

Permalink
fix: publisher username
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyashkin-ronasit committed Jun 27, 2024
1 parent eedf006 commit 394ac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
Expand Down

0 comments on commit 394ac07

Please sign in to comment.