Fixes important bug where recursion **
did not work properly. Thank you @lucianposton for fixing it.
This release falls back to using Dockerfile instead of published docker image for consistency when referencing action using tag, commit or branch.
It is a bit slower as the image has to be built. In future I will fix the automation around updating the image tag in the action.yml
and use docker image again.
Changelog
#4 - Use bash in entrypoint, fixes #2 #3
#6 - Autotag releases, fixes #5