build: update action docker login

This commit is contained in:
Ludvig Lundgren 2022-01-13 23:45:26 +01:00
parent ebed38a16c
commit 67c6bd7b53

View file

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