Change ghcr login method.

This commit is contained in:
Mike Cao 2022-06-30 01:42:28 -07:00
parent 3139fe0c6d
commit 1bb30c81a2

View File

@ -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 }}