From 97e3fb9e4e9a3b43700d43523de1f47bb401d4ea Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 21 Jun 2025 19:59:30 +0000 Subject: [PATCH] cache from in drone with tag --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 644b74e..837ed54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: repo: viktorbarzin/immoweb dockerfile: crawler/frontend/Dockerfile context: crawler/frontend - cache_from: viktorbarzin/immoweb + cache_from: "viktorbarzin/immoweb:latest" auto_tag: true - name: Update deployment image: alpine @@ -49,7 +49,7 @@ steps: repo: viktorbarzin/realestatecrawler dockerfile: crawler/Dockerfile context: crawler/ - cache_from: viktorbarzin/realestatecrawler + cache_from: "viktorbarzin/realestatecrawler:latest" auto_tag: true - name: Update deployment image: alpine