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 + } }