Skip to content

Commit

Permalink
Update qns workflow to use ghcr.io (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum authored Jul 23, 2021
1 parent 777d409 commit 31271da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Login to GitHub Packages
uses: docker/login-action@v1
with:
registry: docker.pkg.github.com
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 31271da

Please sign in to comment.