remove image tag for caching in drone

This commit is contained in:
Viktor Barzin 2025-06-21 18:52:13 +00:00
parent 170ab33eee
commit 7a21a032b7
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -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