mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
build-contexts
input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
e115266953
commit
7c41daf2a5
6 changed files with 50 additions and 19 deletions
|
@ -16,6 +16,9 @@ inputs:
|
|||
build-args:
|
||||
description: "List of build-time variables"
|
||||
required: false
|
||||
build-contexts:
|
||||
description: "List of additional build contexts (e.g., name=path)"
|
||||
required: false
|
||||
builder:
|
||||
description: "Builder instance"
|
||||
required: false
|
||||
|
@ -55,7 +58,7 @@ inputs:
|
|||
description: "List of target platforms for build"
|
||||
required: false
|
||||
pull:
|
||||
description: "Always attempt to pull a newer version of the image"
|
||||
description: "Always attempt to pull all referenced images"
|
||||
required: false
|
||||
default: 'false'
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue