Update method to login to ghcr.io

This commit is contained in:
grossmj 2025-09-01 17:55:46 +02:00
parent 6cbf3baa1b
commit a394fb71dc
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -19,8 +19,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v3