1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 19:51:34 +01:00

[docker] use PAK for GHCR login (#4831)

This commit is contained in:
Mike Fährmann 2023-12-06 12:28:52 +01:00
parent d1ea60c057
commit db978b34f1
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -26,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.github_token }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v3