Features
- Support the use of additional APT repositories through the new parameters
extra-repos
andextra-repo-keys
(thanks to @leonheldattoradex for the related PRs #7 and #8; there already was an old, unfinished branch with this feature) - Add a
setup-hook
for executing commands in the build environment between setup and installation of build dependencies
Documentation
- Use version 4 of actions/checkout in the documentation (and internally in the tests)
- Specify the working directory of the
before-build-hook
- Reword the documentation of
docker-image
Full Changelog: v1.7.0...v1.8.0