Enable using layer caching in Drone-build

This commit is contained in:
Jack Jackson 2023-02-20 21:36:49 -08:00
parent 2cf072256f
commit db48d7a8b0

View File

@ -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