Skip to content

Commit

Permalink
Fix typo in ghcr username
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoBuster committed Mar 18, 2021
1 parent a924618 commit 1985bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.actor }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit 1985bd6

Please sign in to comment.