mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
fix: attempt to publish to specific image name
This commit is contained in:
parent
04dd2627cb
commit
a540b2a544
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/cockatrice/servatrice
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|
|
||||||
|
|
@ -131,9 +131,9 @@ And then run it<br>
|
||||||
`docker run -i -p 4748:4748 -t servatrice:latest`<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>
|
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>
|
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>
|
>Note: Running this command exposes the port 4748 of the docker container<br>
|
||||||
to permit connections to the server.
|
to permit connections to the server.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue