updated .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Samuel Philipp 2021-02-01 20:18:56 +01:00
parent aa7f685222
commit 21d06f1fbc

View file

@ -28,36 +28,37 @@ trigger:
event: event:
- push - push
--- # disable temporarily
kind: pipeline #---
type: docker #kind: pipeline
name: linux-arm #type: docker
#name: linux-arm
platform: #
os: linux #platform:
arch: arm # os: linux
# arch: arm
steps: #
- name: docker #steps:
image: plugins/docker # - name: docker
settings: # image: plugins/docker
purge: true # settings:
no_cache: true # purge: true
auto_tag: true # no_cache: true
auto_tag_suffix: linux-arm # auto_tag: true
repo: spcodes/morty # auto_tag_suffix: linux-arm
build_args: # repo: spcodes/morty
- ARCH=arm # build_args:
username: # - ARCH=arm
from_secret: USERNAME # username:
password: # from_secret: USERNAME
from_secret: PASSWORD # password:
# from_secret: PASSWORD
trigger: #
branch: #trigger:
- main # branch:
event: # - main
- push # event:
# - push
--- ---
kind: pipeline kind: pipeline
@ -105,7 +106,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:
@ -114,7 +115,7 @@ steps:
depends_on: depends_on:
- linux-amd64 - linux-amd64
- linux-arm64 - linux-arm64
- linux-arm # - linux-arm
trigger: trigger:
branch: branch: