Merge pull request #152 from rodrigc/readme-clarify-install

Clarify install option in example
This commit is contained in:
CrazyMax 2022-05-28 11:26:39 +02:00 committed by GitHub
commit cafcc1d31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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: