Skip to content

Commit

Permalink
ci: correct registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Oct 6, 2020
1 parent b0b1a6f commit b503d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
registry: docker.pkg.github.com
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b503d0d

Please sign in to comment.