diff --git a/.github/changlog_template.hbs b/.github/changlog_template.hbs index 6536397..7422e06 100644 --- a/.github/changlog_template.hbs +++ b/.github/changlog_template.hbs @@ -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}} \ No newline at end of file diff --git a/.github/workflows/build_addon.yml b/.github/workflows/build_addon.yml index fc75316..5257b9f 100644 --- a/.github/workflows/build_addon.yml +++ b/.github/workflows/build_addon.yml @@ -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 \ No newline at end of file + cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest + cache-to: type=inline \ No newline at end of file