From 6e8b551aa9f1eaeaf02118b5f7a7c572c69a385f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 18 Jan 2021 20:15:31 +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 73507a3..a976aff 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: 53fe0cdd291b82a57b67c0fab5adfb46034321650c54d1195585865e54d91c0d +hmac: db06b3ffe917cdfd1bbbe4d46c31fdfe43f87d756603aecd5d52e3e426fe07c2 ...