1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-04-23 23:26:37 +02:00

Use GITHUB_TOKEN with GHCR

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-03-24 23:23:59 +01:00
parent ab81ae06bb
commit 5b092cf2f7
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 16 additions and 7 deletions

View file

@ -149,8 +149,8 @@ jobs:
uses: ./
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PAT }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
gitlab:
runs-on: ubuntu-latest