🚑 Fix registry login

This commit is contained in:
Sébastien Clément 2022-04-30 16:27:37 +02:00 committed by SebClem
parent ec957041e1
commit 0d2698bcc6
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -76,7 +76,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ${{matrix.arch}}