[server] Change server/ghcr => ghcr/server (#5375)
In prep for its new baby sibling, ghcr/web.
This commit is contained in:
4
.github/workflows/server-publish.yml
vendored
4
.github/workflows/server-publish.yml
vendored
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user