From 0c22e6eb722a558af15ed7fce74e52b1dd5fe217 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 28 Nov 2020 12:10:30 +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 f309bc8..cca91af 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: 7a054ffb0918a7156e2fe351161a33e10f6adf64729226d4a6bdd8a2c0b6a6f2 +hmac: 7907e0c25eb7549030f6343951155a19949113c204d346537ac1229cf578a029 ... 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 + } }