Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
freggy committed Mar 10, 2023
1 parent 9cf2001 commit 9757a07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Paper Docker

Dockerized Paper server.

Build will be triggered when tagging this repository. The tag should look like `<minecraft-version>+<tuinity-commit-sha>` e.g `1.16.5+b12d0cce`.
We will always use the last 8 digits of the commit sha from the Paper build.
Build will be triggered when tagging this repository. The tag should look like `<minecraft-version>+<paper-commit-sha>` e.g `1.16.5+b12d0cce1`.

Since Docker does not support having `+` in the image name, the resulting image can pulled from `ghcr.io/caddle/paper:<minecraft-version>-<build>` e.g `ghcr.io/caddle/paper:1.16.5-b12d0cce`.
Since Docker does not support having `+` in the image name, the resulting image can pulled from `ghcr.io/caddle-party/paper:<minecraft-version>-<build>` e.g `ghcr.io/caddle-party/paper:1.16.5-b12d0cce`.

Building
--------
Expand Down

0 comments on commit 9757a07

Please sign in to comment.