diff --git a/README.md b/README.md index 5d83976..34d602f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ npx astro dev ## Build in the docker image (make sure you have Docker installed!) +Set the version to the next [semantic version](https://semver.org/) after the version posted at [our co-op cloud's packages site](https://git.coopcloud.tech/RTM/-/packages) under "rtmwebsite": + ``` bash version= docker build --platform linux/amd64 -t git.coopcloud.tech/rtm/rtmwebsite:$version . @@ -62,6 +64,8 @@ Check out [this documentation](https://docs.gitea.com/next/usage/packages/contai docker push git.coopcloud.tech/rtm/rtmwebsite:$version ``` +At [our co-op cloud's packages site](https://git.coopcloud.tech/RTM/-/packages), click on "rtmwebsite" and check that the version mentioned is the version you specified! + ## Update recipe We use a [private recipe](https://git.coopcloud.tech/RTM/rtm-astro-recipe) to deploy this website, you will need to update the version in the compose.yml file and redoploy. This step needs wireguard to be activated.