Skip to content

Commit

Permalink
github: update ghcr authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Jul 24, 2024
1 parent 7bb1a45 commit 35e0bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
- run: docker pull ghcr.io/micro-fan/python:latest || true
- run: >
Expand Down

0 comments on commit 35e0bc6

Please sign in to comment.