From db1ad8632fbc001f57da7155836df26d5a7bf155 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Fri, 22 Jan 2021 20:54:56 +0100 Subject: [PATCH] updated .drone.yml --- .drone.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1d79293..b01685e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,13 +12,11 @@ steps: settings: purge: true no_cache: true + auto_tag: true auto_tag_suffix: linux-amd64 repo: spcodes/searx build_args: - ARCH=amd64 - tags: - - "v0.17.0" - - "latest" username: from_secret: USERNAME password: @@ -45,13 +43,11 @@ steps: settings: purge: true no_cache: true + auto_tag: true auto_tag_suffix: linux-arm repo: spcodes/searx build_args: - ARCH=arm - tags: - - "v0.17.0" - - "latest" username: from_secret: USERNAME password: @@ -78,13 +74,11 @@ steps: settings: purge: true no_cache: true + auto_tag: true auto_tag_suffix: linux-arm64 repo: spcodes/searx build_args: - ARCH=arm64 - tags: - - "v0.17.0" - - "latest" username: from_secret: USERNAME password: @@ -105,7 +99,6 @@ steps: - name: publish image: plugins/manifest settings: - auto_tag: true ignore_missing: true target: spcodes/searx template: spcodes/searx:OS-ARCH