mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-22 02:48:54 +08:00
Add 'use' input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
d0f7649930
commit
15c6a86f2d
5 changed files with 36 additions and 3 deletions
|
|
@ -22,6 +22,10 @@ inputs:
|
|||
description: 'Sets up docker build command as an alias to docker buildx'
|
||||
default: 'false'
|
||||
required: false
|
||||
use:
|
||||
description: 'Switch to this builder instance'
|
||||
default: 'true'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
platforms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue