Add the buildkit-cache workspace at a dummy mount point.
This commit is contained in:
parent
e2ee912556
commit
bfa6d169e3
@ -22,6 +22,11 @@ spec:
|
||||
description: Includes credentials for the docker image registry.
|
||||
optional: true
|
||||
mountPath: /home/user/.docker
|
||||
- name: buildkit-cache
|
||||
description: For preserving buildkit type=cache mounts between builds.
|
||||
optional: true
|
||||
mountPath: /home/user/.local/share/foo
|
||||
# mountPath: /home/user/.local/share/buildkit
|
||||
params:
|
||||
- name: OUTPUT
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user