Skip to content
Permalink
Browse files
Clarify description for install option
"docker build" is actually aliased to "docker build buildx"

Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
  • Loading branch information
Craig Rodrigues committed May 26, 2022
1 parent 455b065 commit 43262924e35b1c8ce0a1aa2a973e31aee9141108
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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:

0 comments on commit 4326292

Please sign in to comment.