mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
call input to set method for evaluating build
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
5e99dacf67
commit
75ffdcce88
5 changed files with 52 additions and 4 deletions
|
@ -34,6 +34,9 @@ inputs:
|
|||
cache-to:
|
||||
description: "List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir)"
|
||||
required: false
|
||||
call:
|
||||
description: "Set method for evaluating build (e.g., check)"
|
||||
required: false
|
||||
cgroup-parent:
|
||||
description: "Optional parent cgroup for the container used in the build"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue