mirror of
https://github.com/docker/build-push-action.git
synced 2025-08-18 22:02:15 +00: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>