From 1bb30c81a2229482eebb20c799cd0a46400aaba9 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 30 Jun 2022 01:42:28 -0700 Subject: [PATCH 1/4] Change ghcr login method. --- .github/workflows/cd-manual.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-manual.yml b/.github/workflows/cd-manual.yml index d344e3b8..c8f27926 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 }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + registry: ghcr.io + username: ${{ secrets.GHCR_USERNAME }} + password: ${{ secrets.GHCR_TOKEN }} From 26ca6a3d874a3cfa3c82bf5572b5478e3512bbb6 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 30 Jun 2022 01:51:53 -0700 Subject: [PATCH 2/4] Revert change. --- .github/workflows/cd-manual.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-manual.yml b/.github/workflows/cd-manual.yml index c8f27926..d344e3b8 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 - username: ${{ secrets.GHCR_USERNAME }} - password: ${{ secrets.GHCR_TOKEN }} + registry: ghcr.io/${{ github.repository_owner }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} From 5358e28a68e0ccf4fdba95dbdc495779429f2a4f Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 30 Jun 2022 10:31:01 -0700 Subject: [PATCH 3/4] 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 }} From db67127df3f3937aae3121f2070eb582f6fa2ebe Mon Sep 17 00:00:00 2001 From: Nicholas Fasching <91689117+njfdev@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:12:05 -0400 Subject: [PATCH 4/4] Create a Robots.txt File This is a very simple addition of the robots.txt file which disallows indexing of the entire website. #1262 --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..1f53798b --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /