Make sure docker images are only built when tests pass
This commit is contained in:
parent
4168b9ac26
commit
2bc26fe4fa
1 changed files with 12 additions and 0 deletions
12
.drone1.yml
12
.drone1.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue