Skip to content

Commit

Permalink
Clarify description for install option
Browse files Browse the repository at this point in the history
"docker build" is actually aliased to "docker build buildx"

Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
  • Loading branch information
rodrigc committed May 26, 2022
1 parent 455b065 commit 4326292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 4326292

Please sign in to comment.