mirror of
https://github.com/docker/login-action.git
synced 2025-04-01 20:50:06 +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
|
name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: docker.pkg.github.com
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue