From 32eeb24558a2820c14eaa1c56c9c72c5650d26a4 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Tue, 16 Jun 2026 10:32:25 +0200 Subject: [PATCH] Added caching to docker build stage --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 36a40e0..afebfcf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,8 @@ steps: registry: nexus.khongisa.co.za repo: nexus.khongisa.co.za/midrandbooks tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ] + use_cache: true + cache_from: nexus.khongisa.co.za/midrandbooks:latest custom_labels: - org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/midrandbooks - org.opencontainers.image.version=1.${DRONE_BUILD_NUMBER} -- 2.47.3