mirror of
https://github.com/docker/setup-buildx-action.git
synced 2024-11-10 06:05:41 +01:00
Merge pull request #152 from rodrigc/readme-clarify-install
Clarify install option in example
This commit is contained in:
commit
cafcc1d31f
@ -95,6 +95,8 @@ jobs:
|
|||||||
|
|
||||||
### Install by default
|
### Install by default
|
||||||
|
|
||||||
|
If you want set up the `docker build` command as an alias to `docker buildx build`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ inputs:
|
|||||||
default: '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host'
|
default: '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host'
|
||||||
required: false
|
required: false
|
||||||
install:
|
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'
|
default: 'false'
|
||||||
required: false
|
required: false
|
||||||
use:
|
use:
|
||||||
|
Loading…
Reference in New Issue
Block a user