From a1311cdb51e103867f307b3ef9fc58d2ee8157c0 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 19:25:01 +0200 Subject: [PATCH] feat(ci): use docker.io/plugins/drone v20.10.9 --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 282ff90..8406d7f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,7 +66,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag: false dockerfile: Dockerfile @@ -129,7 +129,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag: false dockerfile: Dockerfile @@ -192,7 +192,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag: false dockerfile: Dockerfile @@ -255,7 +255,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag: false dockerfile: Dockerfile @@ -316,7 +316,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag: false dockerfile: Dockerfile @@ -377,7 +377,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag: false dockerfile: Dockerfile @@ -497,7 +497,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag_suffix: amd64 auto_tag: true @@ -554,7 +554,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag_suffix: arm-v7 auto_tag: true @@ -611,7 +611,7 @@ steps: image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build - image: docker.io/plugins/docker:latest + image: docker.io/plugins/docker:20.10.9 settings: auto_tag_suffix: arm64-v8 auto_tag: true