Skip to content

Commit

Permalink
Replace actor with owner
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Sep 21, 2024
1 parent c286a8c commit 4e3dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repsitory_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

# Build Docker image with a custom Python version
Expand Down

0 comments on commit 4e3dd2a

Please sign in to comment.