diff --git a/.drone.yml b/.drone.yml index ab73051..ac3cec7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,3 +29,11 @@ steps: volumes: - name: shared path: /tmp/shared + + +volumes: +- name: shared + temp: {} +- name: docker-cache + host: + path: /var/cache/${DRONE_REPO_NAME}/docker \ No newline at end of file