Skip to content

Commit

Permalink
Update docker authentication in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
demophoon committed Dec 12, 2024
1 parent 313e94f commit f315092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Docker image
run: |
make publish
Expand Down

0 comments on commit f315092

Please sign in to comment.