1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-04 06:00:08 +02:00
Commit graph

3 commits

Author SHA1 Message Date
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
CrazyMax
646552f0a1
Fix doc links
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-04-03 20:41:36 +02:00
CrazyMax
a63b18dea2
Enhance documentation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-02-17 18:53:20 +01:00