From 964da710943753008eedccf23f087e60aecfcf75 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 18 Jan 2021 20:15:32 +0100 Subject: [PATCH] switch to custom drone docker plugin --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f952466..bc26078 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ platform: steps: - name: dryrun - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -58,7 +58,7 @@ steps: - dryrun - name: publish-dockerhub - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -76,7 +76,7 @@ steps: - tags - name: publish-quay - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -185,6 +185,6 @@ depends_on: --- kind: signature -hmac: 33d799ab3862896f4f7bc57a1e5e4db562146078cb1bc142e0bcac58d8fe8a55 +hmac: a64e6d4481c32a1e9babc9d14d88288fc4e8a9e3cd382ca6b6fef63f16ef0212 ...