From 9dc2561ac065a59060c83c12ce67bb153eff0678 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Fri, 6 Aug 2021 21:45:41 +0100 Subject: [PATCH] Use drone-cache that is friendly to this arch --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 64b953f..67ec20c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,12 @@ platform: os: linux arch: arm64 +image_pull_secrets: + - dockerconfig # using docker login, generate this file and add it as a secret. + steps: - name: restore cache - image: meltwater/drone-cache:dev + image: docker.bics.ga/reivilibre/custom_drone_cache settings: backend: "sftp" restore: true @@ -52,7 +55,7 @@ steps: - rm /tmp/rsync_key - name: rebuild cache - image: meltwater/drone-cache:dev + image: docker.bics.ga/reivilibre/custom_drone_cache settings: backend: "sftp" rebuild: true