From a540b2a5442aece8fde3270cd235d5cc237f29f6 Mon Sep 17 00:00:00 2001 From: Sebastian Di Luzio Date: Mon, 7 Apr 2025 00:25:57 +0200 Subject: [PATCH] fix: attempt to publish to specific image name --- .github/workflows/docker-release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.