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.