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