[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

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