From 41ef6400da5aad5326cfc7604058b4d1919d7457 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 21 Jun 2025 18:49:31 +0000 Subject: [PATCH] use cache for immoweb image --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 6ef141b..7e2ef60 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: repo: viktorbarzin/immoweb dockerfile: crawler/frontend/Dockerfile context: crawler/frontend + cache_from: viktorbarzin/immoweb:latest auto_tag: true - name: Update deployment image: alpine