mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
✏️ Add Dependency updates category to changelog
This commit is contained in:
parent
946589d09e
commit
a9974c0777
3
.github/changlog_template.hbs
vendored
3
.github/changlog_template.hbs
vendored
@ -13,5 +13,8 @@
|
||||
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
{{#commit-list commits heading='## ⬆️ Dependency updates' message=':pencil2:'}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
{{/if}}
|
||||
{{/each}}
|
3
.github/workflows/build_addon.yml
vendored
3
.github/workflows/build_addon.yml
vendored
@ -91,4 +91,5 @@ jobs:
|
||||
BUILD_VERSION=${{env.VERSION}}
|
||||
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
|
||||
file: ./${{env.TARGET}}/Dockerfile
|
||||
cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
|
||||
cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
|
||||
cache-to: type=inline
|
Loading…
Reference in New Issue
Block a user