Skip to content

Commit 30f2f61

Browse files
committed
feat: add cache-to parameter
1 parent b1c892c commit 30f2f61

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ configuration:
3535
cache-from:
3636
type: [string, array]
3737
minimum: 1
38+
cache-to:
39+
type: [string, array]
40+
minimum: 1
3841
cli-version:
3942
oneOf:
4043
- type: string
@@ -150,6 +153,7 @@ configuration:
150153
buildkit: [build]
151154
buildkit-inline-cache: [build]
152155
cache-from: [build]
156+
cache-to: [build]
153157
command: [run]
154158
dependencies: [run]
155159
entrypoint: [run]

0 commit comments

Comments
 (0)