Minor Releases:
v1.4
- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
v1.3
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
v1.2
- Add support to use Image streams to deploy the application.
- Add input
build_env
to pass environment variables to the build container at the run time.
v1.1
- Add support to use private images for deployment
- Make input
port
optional