Add upgrade instructions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wordchant 2024-02-15 13:42:43 +00:00
parent 1ff4d55e39
commit e08885ec20
1 changed files with 8 additions and 0 deletions

View File

@ -6,3 +6,11 @@ Automated Docker image builds for
[hometown](https://github.com/hometown-fork/hometown)
See [`.drone.yml`](./.drone.yml)
## Releasing a new image
1. Look up the latest verion number from https://github.com/hometown-fork/hometown/releases
2. Edit the URL in [`.drone.yml`](./.drone.yml) to point to the new release and edit `tags` with the new version number
3. Commit and push
4. Wait for the build to finish
5. Run `abra recipe upgrade` etc. as normal