Skip to content

Commit

Permalink
use correct username
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemuldermcgill committed Sep 10, 2024
1 parent 9147f19 commit 642f6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.GITHUB_ACTOR }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
Expand Down

0 comments on commit 642f6a0

Please sign in to comment.