Build docker images using cache
Version updated for whoan/docker-build-with-cache-action to version v7.
- This action is used across all versions by 926 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
- Close #120: Avoid useless attempt to create ECR repository when it already exists
- Close #127: Support only building specific services from compose through regex (
services_regex
input) - Close #128: Support for YAML anchors and aliases when using compose files
- Close #131: Disable DOCKER_BUILDKIT to allow action to work again (action relies on old output format)
- Close #133: Support
context
input for compose files to use it as a relative path for contexts set in the yaml - Colse #134: Support using
build.args
form compose file - Improve logs
- Allow spaces in values of
build_extra_args
when using a json or inbuild.args
from a compose file.