From 455b065be442b9d76887497e34773f6967dd9a43 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Thu, 26 May 2022 06:46:30 -0400 Subject: [PATCH 1/2] Clarify install option in example Co-authored-by: CrazyMax Signed-off-by: Craig Rodrigues --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 999be55e..d45dd373 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ jobs: ### Install by default +If you want set up the `docker build` command as an alias to `docker buildx build`: + ```yaml name: ci From 43262924e35b1c8ce0a1aa2a973e31aee9141108 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Thu, 26 May 2022 18:18:23 -0400 Subject: [PATCH 2/2] Clarify description for install option "docker build" is actually aliased to "docker build buildx" Signed-off-by: Craig Rodrigues --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 62c55729..ad5c167b 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: default: '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host' required: false install: - description: 'Sets up docker build command as an alias to docker buildx' + description: 'Sets up docker build command as an alias to docker buildx build' default: 'false' required: false use: