Skip to content

Commit

Permalink
docker login to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jan 21, 2022
1 parent 576ab3e commit b6facca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Docker Login
uses: azure/docker-login@v1
with:
username: ${{ env.GITHUB_ACTOR }}
login-server: ghcr.io
username: $GITHUB_ACTOR
password: ${{ secrets.GITHUB_TOKEN }}

- name: docker
Expand Down

0 comments on commit b6facca

Please sign in to comment.