1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00

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