mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-21 18:18:55 +08:00
Add install input to set buildx as default builder (#71)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
925fee3dc9
commit
5290010a6f
5 changed files with 32 additions and 6 deletions
|
|
@ -11,6 +11,10 @@ inputs:
|
|||
description: 'Buildx version. Example: v0.3.0'
|
||||
default: 'latest'
|
||||
required: false
|
||||
install:
|
||||
description: 'Sets up docker build command as an alias to docker buildx'
|
||||
default: 'false'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
platforms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue