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:
parent
7277c35120
commit
c5a3e6b8b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue