mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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
|
image: umami
|
||||||
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest
|
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest
|
||||||
buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
|
buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
|
||||||
registry: ghcr.io/${{ github.repository_owner }}
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.GHCR_USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GHCR_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue