[server] Change server/ghcr => ghcr/server (#5375)

In prep for its new baby sibling, ghcr/web.
This commit is contained in:
Manav Rathi
2025-03-20 10:47:20 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -36,6 +36,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Update branch server/ghcr to point to source commit
- name: Update branch ghcr/server to point to source commit
run: |
git push -f origin HEAD:refs/heads/server/ghcr
git push -f origin HEAD:refs/heads/ghcr/server

View File

@@ -37,7 +37,7 @@ Once the workflow completes, the resultant image will be available at
`ghcr.io/ente-io/server`. The image will be tagged by the commit SHA. The latest
image will also be tagged, well, "latest".
The workflow will also update the branch `server/ghcr` to point to the commit it
The workflow will also update the branch `ghcr/server` to point to the commit it
used to build the image. This branch will be overwritten on each publish; thus
`server/ghcr` will always points to the code from which the most recent ghcr
`ghcr/server` will always points to the code from which the most recent ghcr
docker image for museum has been built.