Add the buildkit-cache workspace at a dummy mount point.

This commit is contained in:
Tom Alexander 2025-02-23 13:06:38 -05:00
parent e2ee912556
commit bfa6d169e3
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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