fix drone deps

This commit is contained in:
Robert Kaussow 2020-09-25 20:06:15 +02:00
parent 7c26f6541c
commit d9cf928284
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 8 additions and 1 deletions

View File

@ -234,6 +234,7 @@ local PipelineBuildContainer(arch='amd64') = {
when: {
ref: ['refs/pull/**'],
},
depends_on: ['build'],
},
{
name: 'publish-dockerhub',

View File

@ -257,6 +257,8 @@ steps:
when:
ref:
- refs/pull/**
depends_on:
- build
- name: publish-dockerhub
image: plugins/docker:18-linux-amd64
@ -333,6 +335,8 @@ steps:
when:
ref:
- refs/pull/**
depends_on:
- build
- name: publish-dockerhub
image: plugins/docker:18-linux-arm64
@ -409,6 +413,8 @@ steps:
when:
ref:
- refs/pull/**
depends_on:
- build
- name: publish-dockerhub
image: plugins/docker:18-linux-arm
@ -636,6 +642,6 @@ depends_on:
---
kind: signature
hmac: 3e5a1774720e218877b669897d1d9d8793197948c8f8d4f36ef357d62d34c755
hmac: 71d089dacfa86733fec2b3555b1bfedc175297c9b7add39320c87fe8d0424401
...