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 repo: viktorbarzin/immoweb
dockerfile: crawler/frontend/Dockerfile dockerfile: crawler/frontend/Dockerfile
context: crawler/frontend context: crawler/frontend
cache_from: viktorbarzin/immoweb:latest cache_from: viktorbarzin/immoweb
auto_tag: true auto_tag: true
- name: Update deployment - name: Update deployment
image: alpine image: alpine
@ -49,7 +49,7 @@ steps:
repo: viktorbarzin/realestatecrawler repo: viktorbarzin/realestatecrawler
dockerfile: crawler/Dockerfile dockerfile: crawler/Dockerfile
context: crawler/ context: crawler/
cache_from: viktorbarzin/realestatecrawler:latest cache_from: viktorbarzin/realestatecrawler
auto_tag: true auto_tag: true
- name: Update deployment - name: Update deployment
image: alpine image: alpine