Skip to content

Commit

Permalink
Update github container registry domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 2, 2021
1 parent 3f83d7b commit 2a298ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ jobs:
name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 2a298ac

Please sign in to comment.