1
0
Fork 0
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:
Matthew de Detrich 2021-09-02 15:34:23 +02:00
parent 3f83d7b89c
commit e69dc14d70
No known key found for this signature in database
GPG key ID: B3C5F3C4B9E13254

View file

@ -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 }}
```