Compare commits

..

2 Commits

Author SHA1 Message Date
khwezi 9b0633b418 Merge pull request 'refactored docker build to use image caching' (#38) from update into master
Reviewed-on: #38
2026-06-16 10:38:35 +02:00
Khwezi Mngoma a5319e953e refactored docker build to use image caching
continuous-integration/drone/pr Build is passing
2026-06-16 10:34:36 +02:00
+2
View File
@@ -31,6 +31,8 @@ steps:
registry: nexus.khongisa.co.za
repo: nexus.khongisa.co.za/litecharms-scheduler
tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ]
use_cache: true
cache_from: nexus.khongisa.co.za/litecharms-scheduler:latest
custom_labels:
- org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/scheduler
- org.opencontainers.image.version=1.${DRONE_BUILD_NUMBER}