From f1f30ceabdb3c20fa824dd1be9eb4f4be5e6eeef Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 May 2023 05:55:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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