From caf9174ce81f02993f93d5290c580a9f22d8c3dd Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 17 Dec 2022 20:37:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20drone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 42e0163..da1e1dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: docker-with-buildx steps: - name: docker build an publish - image: 20.10.22-dind-alpine3.17 + image: docker:20.10.22-dind-alpine3.17 environment: DOCKER_REGISTRY_TOKEN: from_secret: DOCKER_REGISTRY_TOKEN