1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2024-11-22 08:54:57 +00:00

Clarify install option in example

Co-authored-by: CrazyMax <github@crazymax.dev>
Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
This commit is contained in:
Craig Rodrigues 2022-05-26 06:46:30 -04:00
parent 91cb32d715
commit 455b065be4

View file

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