1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-04 14:10:06 +02:00
build-push-action/docs
Seiya Yazaki c9bcbf71e2 Set mode=max to cache intermediate stages
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>
2021-05-28 14:57:45 +09:00
..
advanced Set mode=max to cache intermediate stages 2021-05-28 14:57:45 +09:00