From 32432f060c66f77a98fc94cfd0626270392e4970 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Thu, 27 Jul 2023 13:39:01 +0200 Subject: [PATCH] Fix typo on example code --- build/cache/backends/inline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cache/backends/inline.md b/build/cache/backends/inline.md index 9c019bbdcb..3f451c520c 100644 --- a/build/cache/backends/inline.md +++ b/build/cache/backends/inline.md @@ -36,7 +36,7 @@ Alternatively, you can also export inline cache by setting the build argument ```console $ docker buildx build --push -t / \ - --arg BUILDKIT_INLINE_CACHE=1 . + --build-arg BUILDKIT_INLINE_CACHE=1 . ``` To import the resulting cache on a future build, pass `type=registry` to