From fe4c89d96621e7ada979592037f63d5be391d48e Mon Sep 17 00:00:00 2001 From: Martin Honermeyer Date: Mon, 8 Aug 2022 11:39:12 +0000 Subject: [PATCH] commit d264446eb5e28d5a4ca2f4513cffb433e3bf6a1e Author: Martin Honermeyer Date: Mon Aug 8 13:36:23 2022 +0200 feat: add `cache_to` option and remove manual image pull for `cache_from` images (#124) --- data/data.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index 7621dcd..7c2cda7 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -143,6 +143,11 @@ properties: type: list required: false + cache_to: + description: [Cache destination](https://docs.docker.com/engine/reference/commandline/buildx_build/#cache-to) for the build cache. + type: string + required: false + pull_image: description: Enforce to pull the base image at build time. defaultValue: true