Skip to content

Set ENTRYPOINT to entrypoint.sh

Compare
Choose a tag to compare
@abatilo abatilo released this 30 May 02:51
· 57 commits to master since this release

Based on what is published here:
https://developer.github.com/actions/creating-github-actions/creating-a-docker-container/#entrypoint

I've switched to using an entrypoint script, so that actions that are consumers will be able to source environment variables. Functionally, everything else is the same.