Compare commits

...

6 Commits
main ... main

Author SHA1 Message Date
3wc ff092b9c8c Whoops, better version bump
continuous-integration/drone/push Build is passing Details
2024-02-16 18:48:47 -03:00
3wc d613c742ec Update hometown
continuous-integration/drone/push Build is failing Details
2024-02-16 18:44:57 -03:00
knoflook dcdb186b78 security release
continuous-integration/drone/push Build is passing Details
2024-02-15 14:56:07 +00:00
3wordchant e08885ec20 Add upgrade instructions
continuous-integration/drone/push Build is passing Details
2024-02-15 13:42:43 +00:00
3wc 1ff4d55e39 New upstream release
continuous-integration/drone/push Build is passing Details
2024-02-01 20:15:00 -03:00
3wc a5287f8a04 New hometown version
continuous-integration/drone/push Build is passing Details
2023-10-19 22:25:28 +01:00
2 changed files with 10 additions and 2 deletions

View File

@ -5,7 +5,7 @@ steps:
- name: download hometown code
image: alpine/curl:8.1.2
commands:
- curl -L -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v4.0.6+hometown-1.1.1.tar.gz
- curl -L -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v4.0.15+hometown-1.1.1.tar.gz
- "tar -zxvf hometown.tar.gz"
- "rm hometown.tar.gz"
- "mv hometown-* hometown"
@ -18,5 +18,5 @@ steps:
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown
tags: v4.0.6-hometown-1.1.1
tags: v4.0.15-hometown-1.1.1
registry: git.coopcloud.tech

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