From 5358e28a68e0ccf4fdba95dbdc495779429f2a4f Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 30 Jun 2022 10:31:01 -0700 Subject: [PATCH] Change registry entry in workflows. --- .github/workflows/cd-manual.yml | 2 +- .github/workflows/cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-manual.yml b/.github/workflows/cd-manual.yml index d344e3b8..6b04dd84 100644 --- a/.github/workflows/cd-manual.yml +++ b/.github/workflows/cd-manual.yml @@ -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 }} + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 96755820..6d8a7f73 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,6 +25,6 @@ jobs: image: umami tags: ${{ matrix.db-type }}-${{ env.RELEASE_VERSION }}, ${{ matrix.db-type }}-latest buildArgs: DATABASE_TYPE=${{ matrix.db-type }} - registry: ghcr.io/${{ github.repository_owner }} + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}