From 3eb14d04f7e6be0e8aec5c2b5e6f683595102578 Mon Sep 17 00:00:00 2001 From: Terry Date: Tue, 12 Nov 2024 10:38:06 +0800 Subject: [PATCH] Update README.md Change "builder" to "buildx builder" Co-authored-by: Akihiro Suda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ead991..16f958d 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Options: --cache-map The map of actions source to container destination paths for the cache paths --scratch-dir Where the action is stores some temporary files for its processing. Default: 'scratch' --skip-extraction Skip the extraction of the cache from the docker container - --builder The name of the builder. Default: 'default' + --builder The name of the buildx builder. Default: 'default' --help Show this help ```