ci: add caching to docker build
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
andreas 2022-08-04 23:01:25 +02:00
parent 9cd9d004e7
commit 03a46667d2
Signed by: andreas
GPG Key ID: D97194E55873280A

View File

@ -19,6 +19,7 @@ steps:
insecure: true insecure: true
dockerfile: Dockerfile dockerfile: Dockerfile
tags: latest tags: latest
cache_from: registry.local/northcode/leetbot
- name: deploy - name: deploy
image: pelotech/drone-helm3 image: pelotech/drone-helm3