Use server

This commit is contained in:
Manav Rathi 2024-05-08 12:16:53 +05:30
parent 848fa34b56
commit 17ffc8051a
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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.