fix: attempt to publish to specific image name

This commit is contained in:
Sebastian Di Luzio 2025-04-07 00:25:57 +02:00
parent 04dd2627cb
commit a540b2a544
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}
ghcr.io/cockatrice/servatrice
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx

View file

@ -131,9 +131,9 @@ And then run it<br>
`docker run -i -p 4748:4748 -t servatrice:latest`<br>
For versions after 2.10.2, there is also an official image available on the GitHub container registry. You can pull it using<br>
`docker pull ghcr.io/Cockatrice/Cockatrice:latest`<br>
`docker pull ghcr.io/cockatrice/servatrice:latest`<br>
And then run it<br>
`docker run -i -p 4748:4748 -t ghcr.io/Cockatrice/Cockatrice:latest`<br>
`docker run -i -p 4748:4748 -t ghcr.io/cockatrice/servatrice:latest`<br>
>Note: Running this command exposes the port 4748 of the docker container<br>
to permit connections to the server.