Skip to content
Compare
Choose a tag to compare
@ibiqlik ibiqlik released this 28 Feb 09:29
· 13 commits to master since this release
665205c

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