Releases: kciter/aws-ecr-action
Releases · kciter/aws-ecr-action
v5
What's Changed
- Added ability to enable Image Scanning by @pablitoc in #32
- Fix put_image_scanning_configuration call by @valdavasquez in #33
- Image Scanning by @pablitoc in #34
- Removing image scanning from input by @pablitoc in #37
- add registry-ids, move from deprecated get-login to get-login-password by @damian-bisignano in #39
- Use GitHub Action Environment File by @donofriov in #46
- Minor: fix readme dockerfile description parameter by @brunofaustino in #52
- Make explicit use of python3 to fix awscli breaking by @giopunt in #53
- use python3 instead to fix awscli breaking by @jcputter in #54
New Contributors
- @pablitoc made their first contribution in #32
- @valdavasquez made their first contribution in #33
- @damian-bisignano made their first contribution in #39
- @donofriov made their first contribution in #46
- @brunofaustino made their first contribution in #52
- @giopunt made their first contribution in #53
- @jcputter made their first contribution in #54
Full Changelog: v4...v5
v4
Merge pull request #30 from jondavidjohn/image-cache-from Implement top level cache-from usage
v3
Merge pull request #25 from codfish/set-defaults fix: set defaults in entrypoint to prevent failures for images
Second release
This Action allows you to create Docker images and push into a ECR repository.
First release
This Action allows you to create Docker images and push into a ECR repository.