mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Add cache_froms input to support --cache-from
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
e5e36c4a4e
commit
abc498d7d3
2 changed files with 13 additions and 0 deletions
|
@ -50,6 +50,9 @@ inputs:
|
|||
build_args:
|
||||
description: Comma-delimited list of build-time variables
|
||||
required: false
|
||||
cache_froms:
|
||||
description: Comma-delimited list of images to consider as cache sources
|
||||
required: false
|
||||
labels:
|
||||
description: Comma-delimited list of labels to add to the built image
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue