diff --git a/.drone.yml b/.drone.yml index d1bd417..b79668b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ pipeline: repo: repo.shimun.net/shimun/sauerbraten registry: repo.shimun.net secrets: ["docker_username", "docker_password"] + storage_path: /drone/cache/docker use_cache: true docker-p: image: plugins/docker @@ -11,6 +12,7 @@ pipeline: registry: repo.shimun.net secrets: ["docker_username", "docker_password"] use_cache: true + storage_path: /drone/cache/docker squash: true when: event: tag