From 479481794da3d3b041eedd322006e017bf6d6d25 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sat, 18 Mar 2023 18:18:37 +1000 Subject: [PATCH] Enable caching of layers in docker image builds --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f32f41d..7be61e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,7 @@ steps: settings: repo: prologic/zs tags: latest + cache: true build_args: - VERSION=latest - COMMIT=${DRONE_COMMIT_SHA:0:8}