From 17ffc8051a0c1a5ee9762434c1f46273bc3c3945 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 8 May 2024 12:16:53 +0530 Subject: [PATCH] Use server --- .github/workflows/server-publish.yml | 6 +++--- server/docs/publish.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/server-publish.yml b/.github/workflows/server-publish.yml index d54781c55..b5aabbb8a 100644 --- a/.github/workflows/server-publish.yml +++ b/.github/workflows/server-publish.yml @@ -39,7 +39,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Tag as museum/ghcr + - name: Tag as server/ghcr run: | - git tag -f museum/ghcr - git push -f origin museum/ghcr + git tag -f server/ghcr + git push -f origin server/ghcr diff --git a/server/docs/publish.md b/server/docs/publish.md index 5dd0e7cff..3a49a4761 100644 --- a/server/docs/publish.md +++ b/server/docs/publish.md @@ -41,5 +41,5 @@ Once the workflow completes, the resultant image will be available at image will also be tagged, well, "latest". The workflow will also tag the commit it used to build the image with -`museum/ghcr`. This tag will be overwritten on each publish, and it'll point to +`server/ghcr`. This tag will be overwritten on each publish, and it'll point to the code that was used in the most recent publish.