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
andyq
from base image instead of from a docker image (performance improvement). #148 #149