From 178013a42373b8f02c08553f07eebb010d597e47 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:08:57 +0200 Subject: [PATCH] docs: fix typo for bake output override Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- docs/bake-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bake-reference.md b/docs/bake-reference.md index a18c93366376..c662489886f0 100644 --- a/docs/bake-reference.md +++ b/docs/bake-reference.md @@ -43,7 +43,7 @@ The following attributes are overridden by the last occurrence: - `target.cache-to` - `target.dockerfile-inline` - `target.dockerfile` -- `target.outputs` +- `target.output` - `target.platforms` - `target.pull` - `target.tags`