mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
no-cache-filters
input
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
a8d76c070a
commit
5ffbca1432
7 changed files with 73 additions and 42 deletions
|
@ -51,6 +51,9 @@ inputs:
|
|||
description: "Do not use cache when building the image"
|
||||
required: false
|
||||
default: 'false'
|
||||
no-cache-filters:
|
||||
description: "Do not cache specified stages"
|
||||
required: false
|
||||
outputs:
|
||||
description: "List of output destinations (format: type=local,dest=path)"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue