diff --git a/.drone.yml b/.drone.yml index d4df4c8..d185020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,7 @@ pipeline: # Since we restore the docker image cache to /drone/docker storage_path: /drone/docker use_cache: true + storage_driver: overlay2 when: event: [push, tag] branch: master