mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Change ghcr login method.
This commit is contained in:
parent
3139fe0c6d
commit
1bb30c81a2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cd-manual.yml
vendored
6
.github/workflows/cd-manual.yml
vendored
|
|
@ -26,6 +26,6 @@ jobs:
|
|||
image: umami
|
||||
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest
|
||||
buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
|
||||
registry: ghcr.io/${{ github.repository_owner }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue