Compare commits

..

1 Commits
main ... main

Author SHA1 Message Date
Sarma 5053795a43 security update 4.0.10
See description of fixes here:
https://github.com/hometown-fork/hometown/releases/tag/v4.0.10%2Bhometown-1.1.1

Signed-off-by: Sarma <amras@noreply.git.coopcloud.tech>
2023-09-21 21:03:43 +00:00
2 changed files with 2 additions and 10 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.15+hometown-1.1.1.tar.gz
- curl -L -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v4.0.10+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.15-hometown-1.1.1
tags: v4.0.10-hometown-1.1.1
registry: git.coopcloud.tech

View File

@ -6,11 +6,3 @@ 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