diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ab578..29ea80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/andrewthetechie/gha-cookiecutter/compare/v1.3.0...v1.3.1) (2024-01-19) + + +### Bug Fixes + +* fix distroless container and update ci ([#31](https://github.com/andrewthetechie/gha-cookiecutter/issues/31)) ([dce6b9b](https://github.com/andrewthetechie/gha-cookiecutter/commit/dce6b9b1fd2dfc617e1f4c7ced3af5c391600b3d)) + ## [1.3.0](https://github.com/andrewthetechie/gha-cookiecutter/compare/v1.2.0...v1.3.0) (2023-02-18) diff --git a/action.yml b/action.yml index 56218c6..bbbc4cb 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ outputs: description: "Directory the cookiecutter outputted to" runs: using: "docker" - image: "docker://ghcr.io/andrewthetechie/gha-cookiecutter:v1.3.0" # x-release-please-version + image: "docker://ghcr.io/andrewthetechie/gha-cookiecutter:v1.3.1" # x-release-please-version branding: icon: 'layers' color: 'blue'