Skip to content

Commit

Permalink
Fix ghcr auth
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jan 30, 2024
1 parent 8316376 commit 814f96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.GH_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Tag and push slim images
run: |
Expand Down

0 comments on commit 814f96d

Please sign in to comment.