mirror of
https://github.com/docker/login-action.git
synced 2025-03-31 12:10:05 +02:00
Update github container registry domain
Signed-off-by: Matthew de Detrich <mdedetrich@gmail.com>
This commit is contained in:
parent
3f83d7b89c
commit
e69dc14d70
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue