Merge pull request 'Specified buildkit inline caching' (#96) from cart into main

Reviewed-on: #96
This commit was merged in pull request #96.
This commit is contained in:
2026-06-16 10:45:08 +02:00
+2
View File
@@ -33,6 +33,8 @@ steps:
tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ] tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ]
use_cache: true use_cache: true
cache_from: nexus.khongisa.co.za/midrandbooks:latest cache_from: nexus.khongisa.co.za/midrandbooks:latest
build_args:
- BUILDKIT_INLINE_CACHE=1
custom_labels: custom_labels:
- org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/midrandbooks - org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/midrandbooks
- org.opencontainers.image.version=1.${DRONE_BUILD_NUMBER} - org.opencontainers.image.version=1.${DRONE_BUILD_NUMBER}