Update '.drone.yml'
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Jack Hadrill 2022-08-27 20:00:43 +00:00
parent 362378a24f
commit 8cbf8036c8
1 changed files with 17 additions and 6 deletions

View File

@ -43,6 +43,8 @@ steps:
when:
branch:
- main
event:
- push
settings:
username: jackhadrill
password:
@ -53,6 +55,11 @@ steps:
kind: pipeline
type: docker
name: build-docker-amd64
trigger:
branch:
- main
event:
- push
depends_on:
- build-pypi
platform:
@ -60,9 +67,6 @@ platform:
steps:
- name: build
image: plugins/docker
when:
branch:
- main
settings:
dockerfile: Dockerfile
repo: git.jacknet.io/jackhadrill/container-spawner
@ -75,6 +79,11 @@ steps:
kind: pipeline
type: docker
name: build-docker-arm64
trigger:
branch:
- main
event:
- push
depends_on:
- build-pypi
platform:
@ -82,9 +91,6 @@ platform:
steps:
- name: build
image: plugins/docker
when:
branch:
- main
settings:
dockerfile: Dockerfile
repo: git.jacknet.io/jackhadrill/container-spawner
@ -97,6 +103,11 @@ steps:
kind: pipeline
type: docker
name: combine-manifests
trigger:
branch:
- main
event:
- push
depends_on:
- build-docker-amd64
- build-docker-arm64