updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-01-22 20:54:56 +01:00
parent c759930277
commit db1ad8632f

View file

@ -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