From a3ec920b6fb4dba66d6600a4f5ae5462ba80d1fe Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 28 Nov 2020 12:10:29 +0100 Subject: [PATCH] pin plugins/docker to v19 --- .drone.yml | 8 ++++---- renovate.json | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8b07eaa..ca14435 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ platform: steps: - name: dryrun - image: plugins/docker + image: plugins/docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -58,7 +58,7 @@ steps: - dryrun - name: publish-dockerhub - image: plugins/docker + image: plugins/docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -76,7 +76,7 @@ steps: - tags - name: publish-quay - image: plugins/docker + image: plugins/docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -185,6 +185,6 @@ depends_on: --- kind: signature -hmac: 40dabc68902901db429347b4a29c93f5b562556ba9475692a739230c3ede61c8 +hmac: 162b2ef2f9dd48e4436e3e66a0c2d1390cc1588168e7ccd56463b9ac0b21d2ac ... diff --git a/renovate.json b/renovate.json index 8c9435f..f9b373d 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,8 @@ "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?.*)}\"\\s" ] } - ] + ], + "droneci": { + "enabled": false + } }