diff --git a/.drone.yml b/.drone.yml index 0b9aa9f..b321c75 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: 70e1d24dc7a7922ce7cb810481ba12a10e70fb41f5012d242393760f7c81c964 +hmac: 5352100ce9aa90a12a4033550a8783ffbd37a1329215d236864676d0eea8440a ... 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 + } }