diff --git a/README.md b/README.md index 8b85f73e..4f59763b 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 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: