mirror of
https://github.com/docker/build-push-action.git
synced 2025-09-14 16:01:43 +08:00
buildx caches layer only in the final stage by default. To speedup multi-stage Dockerfile build, better to set `mode=max`: https://docs.docker.com/engine/reference/commandline/buildx_build/#cache-to Signed-off-by: saiya <saiya.v6@gmail.com>