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