This release adds a new base_image
option that allows to specify a custom image to be used in the internal docker container that this Action creates. This feature has known limitations if you use image caching but will be improved in the next major release.
Please follow the issue #98 for updates on release 3.0, this will likely be the last release of the 2.x branch.
What's Changed
- feat(base_image): add custom base_image argument by @LonghronShen in #103
Full Changelog: v2.4.0...v2.5.0