From 7a21a032b7ed9fc34c96a92bd68a074acdfaf011 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 21 Jun 2025 18:52:13 +0000 Subject: [PATCH] remove image tag for caching in drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7e2ef60..644b74e 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:latest + cache_from: viktorbarzin/immoweb 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:latest + cache_from: viktorbarzin/realestatecrawler auto_tag: true - name: Update deployment image: alpine