Skip to content

Commit

Permalink
Merge pull request #152 from rodrigc/readme-clarify-install
Browse files Browse the repository at this point in the history
Clarify install option in example
  • Loading branch information
crazy-max committed May 28, 2022
2 parents 7560281 + 4326292 commit cafcc1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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

Expand Down
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 cafcc1d

Please sign in to comment.