From b0ea5ea0980c6c0914ec0e7c8f1850b0eaba320a Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Tue, 16 Jun 2026 10:44:27 +0200 Subject: [PATCH] Specified buildkit inline caching --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index afebfcf..3fff32b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,8 @@ steps: tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ] use_cache: true cache_from: nexus.khongisa.co.za/midrandbooks:latest + build_args: + - BUILDKIT_INLINE_CACHE=1 custom_labels: - org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/midrandbooks - org.opencontainers.image.version=1.${DRONE_BUILD_NUMBER}