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:
|
||||
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
|
||||
|
|
Reference in a new issue