Use repo owner name for ghcr login

This commit is contained in:
bo0tzz
2023-01-20 23:23:58 +01:00
parent 7277c35120
commit c5a3e6b8b2

View File

@@ -62,7 +62,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Generate docker image tags