From 1be2dd7e7a3de1151b59deee940f296838c05fc8 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Fri, 22 Jan 2021 23:07:02 +0100 Subject: [PATCH] updated .drone.yml and renovate.json --- .drone.yml | 19 +++++++++++++++---- renovate.json | 6 +++--- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6eac4c9..0b10531 100644 --- a/.drone.yml +++ b/.drone.yml @@ -96,7 +96,21 @@ type: docker name: manifest steps: - - name: publish + - name: publish-version + image: plugins/manifest + settings: + ignore_missing: true + target: spcodes/searx:v0.17.0 + template: spcodes/searx:OS-ARCH + platforms: + - linux/amd64 + - linux/arm64 + - linux/arm + username: + from_secret: USERNAME + password: + from_secret: PASSWORD + - name: publish-latest image: plugins/manifest settings: ignore_missing: true @@ -106,9 +120,6 @@ steps: - linux/amd64 - linux/arm64 - linux/arm - default_tags: - - "v0.17.0" - - "latest" username: from_secret: USERNAME password: diff --git a/renovate.json b/renovate.json index d4c12e5..a4b96a7 100644 --- a/renovate.json +++ b/renovate.json @@ -14,8 +14,8 @@ "^.drone.yml$" ], "matchStrings": [ - "\\s*ENV\\s*SEARX_VERSION=\"(?.*?)\"\\s*", - "\\s*default_tags:\\s*-\\s*\"(?.*?)\"\\s*" + "\\s+ENV\\s*SEARX_VERSION=\"(?.*?)\"\\s+", + "\\s+target:\\s*spcodes\\/searx:(?.*?)\\s+" ], "versioningTemplate": "loose", "depNameTemplate": "searx/searx", @@ -26,7 +26,7 @@ "^Dockerfile$" ], "matchStrings": [ - "\\s*(?[a-z0-9\\-]+?)=\"(?.*?)\"\\s*" + "\\s+(?[a-z0-9\\-]+?)=\"(?.*?)\"\\s+" ], "lookupNameTemplate": "alpine_3_12/{{{depName}}}", "versioningTemplate": "loose",