Skip to content

Commit

Permalink
fix GHCR login (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel authored Nov 26, 2022
1 parent 9277169 commit c32ddad
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 @@ -37,8 +37,8 @@ jobs:
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image and Push to GHCR
uses: docker/build-push-action@v3.2.0
with:
Expand Down

0 comments on commit c32ddad

Please sign in to comment.