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