fixed .drone.yml

This commit is contained in:
Samuel Philipp 2021-06-24 19:10:58 +02:00
parent e02ce834d8
commit bd5db06aad
Signed by: samuel-p
GPG Key ID: 2AD495D17760CB4E
1 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,8 @@ steps:
auto_tag: true auto_tag: true
auto_tag_suffix: linux-amd64 auto_tag_suffix: linux-amd64
repo: samuelph/universal-statuspage repo: samuelph/universal-statuspage
build_args:
- ARCH=amd64
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password:
@ -49,6 +51,8 @@ steps:
auto_tag: true auto_tag: true
auto_tag_suffix: linux-arm64 auto_tag_suffix: linux-arm64
repo: samuelph/universal-statuspage repo: samuelph/universal-statuspage
build_args:
- ARCH=amd64
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password:
@ -109,7 +113,7 @@ steps:
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
# - linux/arm # - linux/arm
username: username:
from_secret: USERNAME from_secret: USERNAME
password: password: