We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c892c commit 30f2f61Copy full SHA for 30f2f61
1 file changed
plugin.yml
@@ -35,6 +35,9 @@ configuration:
35
cache-from:
36
type: [string, array]
37
minimum: 1
38
+ cache-to:
39
+ type: [string, array]
40
+ minimum: 1
41
cli-version:
42
oneOf:
43
- type: string
@@ -150,6 +153,7 @@ configuration:
150
153
buildkit: [build]
151
154
buildkit-inline-cache: [build]
152
155
cache-from: [build]
156
+ cache-to: [build]
157
command: [run]
158
dependencies: [run]
159
entrypoint: [run]
0 commit comments