Dockerized Tuinity 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 Tuinity build.
Since Docker does not support having + in the image name, the resulting image can pulled from ghcr.io/cownetwork/tuinity:<minecraft-version>-<build> e.g ghcr.io/cownetwork/tuinity:1.16.5-b12d0cce.
Just checkout the repository and run ./build.sh. You need to provide the environment variables $GHCR_TOKEN and $GHCR_USER so docker login can succeed.
- Maybe we want to also push the resulting Maven artifacts to our repository. But currently there are no important changes to the API so we can ignore it for now.