- Update action to run on Node20.https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
- Update action/core dependency to 1.10.0
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
- Add ability to login to AWS ECR repositories. More details at #23
- Add support to provide custom auth file path instead of using default ones set by podman. More details here.
- Add
--verbose
flag in the login command that will give more detailed output.
- Add ability to pull image from docker after login. #15
- Set environment variable
REGISTRY_AUTH_FILE
with the generated auth file to work with buildah
- Initial Release