diff --git a/.drone.yaml b/.drone.yaml index c792da3..dca3604 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -14,6 +14,9 @@ steps: dockerfile: app/Dockerfile registry: gitea.scubbo.org repo: gitea.scubbo.org/scubbo/pi-temperature-monitoring + # https://laszlo.cloud/how-using-cache-from-can-speed-up-your-docker-builds-in-droneci + cache_from: + - "gitea.scubbo.org/scubbo/pi-temperature-monitoring:latest" tags: - ${DRONE_COMMIT_SHA:0:10} - latest