Use server
This commit is contained in:
parent
848fa34b56
commit
17ffc8051a
2 changed files with 4 additions and 4 deletions
6
.github/workflows/server-publish.yml
vendored
6
.github/workflows/server-publish.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Tag as museum/ghcr
|
- name: Tag as server/ghcr
|
||||||
run: |
|
run: |
|
||||||
git tag -f museum/ghcr
|
git tag -f server/ghcr
|
||||||
git push -f origin museum/ghcr
|
git push -f origin server/ghcr
|
||||||
|
|
|
@ -41,5 +41,5 @@ Once the workflow completes, the resultant image will be available at
|
||||||
image will also be tagged, well, "latest".
|
image will also be tagged, well, "latest".
|
||||||
|
|
||||||
The workflow will also tag the commit it used to build the image with
|
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.
|
the code that was used in the most recent publish.
|
||||||
|
|
Loading…
Reference in a new issue