Author: Martin Honermeyer <maze@strahlungsfrei.de>
Date:   Mon Aug 8 13:36:23 2022 +0200

    feat: add `cache_to` option and remove manual image pull for `cache_from` images (#124)
This commit is contained in:
Martin Honermeyer 2022-08-08 11:39:12 +00:00
parent 0c1585303b
commit fe4c89d966

View File

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