diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml
index 7b3e05567..534458797 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -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
diff --git a/README.md b/README.md
index 1a0a6de37..e2433e695 100644
--- a/README.md
+++ b/README.md
@@ -131,9 +131,9 @@ And then run it
`docker run -i -p 4748:4748 -t servatrice:latest`
For versions after 2.10.2, there is also an official image available on the GitHub container registry. You can pull it using
-`docker pull ghcr.io/Cockatrice/Cockatrice:latest`
+`docker pull ghcr.io/cockatrice/servatrice:latest`
And then run it
-`docker run -i -p 4748:4748 -t ghcr.io/Cockatrice/Cockatrice:latest`
+`docker run -i -p 4748:4748 -t ghcr.io/cockatrice/servatrice:latest`
>Note: Running this command exposes the port 4748 of the docker container
to permit connections to the server.