Releases: whoan/docker-build-with-cache-action
Releases · whoan/docker-build-with-cache-action
v5.11.0
- Add JSON format for
build_extra_args
to support spaces and newlines. (Close #91)
v5.10.0
- Support compose files override. (Close #83)
v5.9.2
- Fix regex to get service name when an image has a name equal to the prefix of another image. (Close #87)
v5.9.1
- Fix yaml parser. Close #86
v5.9.0
- Support AWS ECR Public registry (Close #79)
v5.8.1
- Fix compose file usage with non-default registries
v5.8.0
v5.7.0
- Use existent AWS ECR credentials if you used aws-actions/configure-aws-credentials in a previous step. Close #74
v5.6.0
- Add support to new GitHub Registry (ghcr.io)
v5.5.0
- Support setting custom stages image name (
stages_image_name
input). Useful if you are using a job matrix. (Close #66) (Thanks @ylavoie)