From 268e055d7abdda8a9c2614f1dbf466f40daa9ac9 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 22 Mar 2023 15:35:26 +0100 Subject: [PATCH] [CI] Try to build images using Kubernetes workers --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d287e9a..39e80a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,12 @@ --- kind: 'pipeline' name: 'build' -type: 'docker' +type: 'kubernetes' steps: # build and publish -- image: 'plugins/docker' +- image: 'drone/drone-runner-docker' name: 'publish' pull: 'always' settings: @@ -28,5 +28,4 @@ steps: # tags tags: - - 'v16' - - 'latest' + - 'development'