Below you will find pages that utilize the taxonomy term “whoan”
October 31, 2023
Build docker images using cache
Version updated for whoan/docker-build-with-cache-action to version v8.0.2.
This action is used across all versions by 927 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Avoid multiple builder instances being created on self-hosted runners. Close #151. Thanks @milandufek
October 28, 2023
Build docker images using cache
Version updated for whoan/docker-build-with-cache-action to version v8.0.1.
This action is used across all versions by 927 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Only try to pull/push when possible with BuildKit (eg: if login succeeded). #150 Ignore tag in custom cache image name (stages_image_name). Honour custom cache image name in AWS. Close #146 Update docker to 24.0.7 Use aws-cli and yq from base image instead of from a docker image (performance improvement).
October 24, 2023
Build docker images using cache
Version updated for whoan/docker-build-with-cache-action to version v8.0.0.
This action is used across all versions by 926 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes BuildKit is enabled by default Docker updated to 24.0.6 Old GitHub Docker Registry (docker.pkg.github.com) needs BuildKit disabled for cache to work.
October 20, 2023
Build docker images using cache
Version updated for whoan/docker-build-with-cache-action to version v4.2.2.
This action is used across all versions by 926 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Allow overriding DOCKER_BUILDKIT env var. Close #139
October 17, 2023
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.