mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-16 01:20:39 +00:00
commit d264446eb5
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:
parent
0c1585303b
commit
fe4c89d966
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user