Revert change.

This commit is contained in:
Mike Cao 2022-06-30 01:51:53 -07:00
parent 1bb30c81a2
commit 26ca6a3d87

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
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
registry: ghcr.io/${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}