Fixed credentials

This commit is contained in:
JRoot Junior 2024-01-05 17:59:42 +02:00
parent 3fec04c0b2
commit cf67da94c6
No known key found for this signature in database
GPG Key ID: 738964250D5FF6E2

View File

@ -99,8 +99,8 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io
username: ${{ secrets.GH_USERNAME }}
password: ${{ secrets.GH_ACCESS_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub registry
uses: docker/login-action@v2