From b6197a045b24e49c6849d71b1264f786e87672ee Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Mon, 27 Jun 2022 12:30:46 +0500 Subject: [PATCH] Make mirror step privileged. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index cf161b9..af01734 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,7 @@ steps: - name: "mirror" image: "docker:20.10.17-dind" pull: if-not-exists + privileged: true environment: REGISTRY: code.pztrn.name REGISTRY_USER: drone