From 5e11ab11e58c5d927d52a29853ffb4927e8538eb Mon Sep 17 00:00:00 2001 From: aipper Date: Tue, 27 May 2025 15:01:47 +0800 Subject: [PATCH] test --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index e40307c..98b1f28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,7 @@ steps: branch: main - name: build-and-publish-to-private-registry image: plugins/docker + privileged: true settings: debug: true repo: registry.zczx.com/dronedemo @@ -40,6 +41,8 @@ steps: - ${DRONE_COMMIT_SHA:0:7} dockerfile: Dockerfile context: . + environment: + DOCKER_BUILDKIT: '0' when: branch: - main