Make sure docker images are only built when tests pass
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-22 16:40:41 +02:00
parent 4168b9ac26
commit 2bc26fe4fa
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 12 additions and 0 deletions

View File

@ -685,6 +685,9 @@ kind: pipeline
type: docker
name: docker-arm-latest
depends_on:
- testing
platform:
os: linux
arch: arm
@ -718,6 +721,9 @@ kind: pipeline
type: docker
name: docker-arm-release
depends_on:
- testing
platform:
os: linux
arch: arm
@ -749,6 +755,9 @@ kind: pipeline
type: docker
name: docker-amd64-latest
depends_on:
- testing
platform:
os: linux
arch: amd64
@ -782,6 +791,9 @@ kind: pipeline
type: docker
name: docker-amd64-release
depends_on:
- testing
platform:
os: linux
arch: amd64