This commit is contained in:
parent
c759930277
commit
db1ad8632f
1 changed files with 3 additions and 10 deletions
13
.drone.yml
13
.drone.yml
|
@ -12,13 +12,11 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
purge: true
|
purge: true
|
||||||
no_cache: true
|
no_cache: true
|
||||||
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
repo: spcodes/searx
|
repo: spcodes/searx
|
||||||
build_args:
|
build_args:
|
||||||
- ARCH=amd64
|
- ARCH=amd64
|
||||||
tags:
|
|
||||||
- "v0.17.0"
|
|
||||||
- "latest"
|
|
||||||
username:
|
username:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -45,13 +43,11 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
purge: true
|
purge: true
|
||||||
no_cache: true
|
no_cache: true
|
||||||
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-arm
|
auto_tag_suffix: linux-arm
|
||||||
repo: spcodes/searx
|
repo: spcodes/searx
|
||||||
build_args:
|
build_args:
|
||||||
- ARCH=arm
|
- ARCH=arm
|
||||||
tags:
|
|
||||||
- "v0.17.0"
|
|
||||||
- "latest"
|
|
||||||
username:
|
username:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -78,13 +74,11 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
purge: true
|
purge: true
|
||||||
no_cache: true
|
no_cache: true
|
||||||
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-arm64
|
auto_tag_suffix: linux-arm64
|
||||||
repo: spcodes/searx
|
repo: spcodes/searx
|
||||||
build_args:
|
build_args:
|
||||||
- ARCH=arm64
|
- ARCH=arm64
|
||||||
tags:
|
|
||||||
- "v0.17.0"
|
|
||||||
- "latest"
|
|
||||||
username:
|
username:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -105,7 +99,6 @@ steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
target: spcodes/searx
|
target: spcodes/searx
|
||||||
template: spcodes/searx:OS-ARCH
|
template: spcodes/searx:OS-ARCH
|
||||||
|
|
Reference in a new issue