From cbcc23a710102c8dbbef1a2fe6bec24d2970d8d4 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 13:36:06 +0330 Subject: [PATCH] cicd: attempt fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4ff8661..bfd2623 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ services: steps: - name: setup_image - image: docker:latest + image: docker:dind commands: - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .