Skip to content

Commit

Permalink
Update docker/login-action credentials (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Nov 29, 2024
1 parent 3d7c4e7 commit 1c4f981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Image
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 1c4f981

Please sign in to comment.