cache from in drone with tag

This commit is contained in:
Viktor Barzin 2025-06-21 19:59:30 +00:00
parent 7a21a032b7
commit 97e3fb9e4e
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 cache_from: "viktorbarzin/immoweb:latest"
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 cache_from: "viktorbarzin/realestatecrawler:latest"
auto_tag: true auto_tag: true
- name: Update deployment - name: Update deployment
image: alpine image: alpine