From a58b5470e809f9dddd2d80a33cf22cd42f238141 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 16 Jan 2023 00:45:02 +0100 Subject: [PATCH] ci: Disable cache --- .drone.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1fe2a74..5ab7038 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,29 +10,29 @@ steps: - name: publish:commit_sha image: plugins/docker # pull: never - volumes: - - name: cache - path: /stupid + # volumes: + # - name: cache + # path: /stupid settings: username: from_secret: DOCKERHUB_USERNAME password: from_secret: DOCKERHUB_PASSWORD - # cache_from: glenux/service-ntfy + cache_from: glenux/service-ntfy repo: glenux/service-ntfy tags: "${DRONE_COMMIT_SHA:0:8}" - name: publish:commit_branch image: plugins/docker - volumes: - - name: cache - path: /stupid + # volumes: + # - name: cache + # path: /stupid settings: username: from_secret: DOCKERHUB_USERNAME password: from_secret: DOCKERHUB_PASSWORD - # cache_from: glenux/service-ntfy + cache_from: glenux/service-ntfy repo: glenux/service-ntfy tags: "latest_${DRONE_BRANCH/\\//-}" when: @@ -52,8 +52,7 @@ steps: # branch: # - master -volumes: - - name: cache - temp: {} +# volumes: +# - name: cache +# temp: {} # -