fix pipeline deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-05-09 22:57:23 +02:00
parent 4053a49c30
commit 7edeff2465
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
@ -120,7 +120,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- changelog-format
- name: publish-gitea
image: plugins/gitea-release
@ -213,6 +213,6 @@ depends_on:
---
kind: signature
hmac: 58aa7a015f01db64179bcdd9e68502a89850eb785283d5e5afccbf828c22d8e2
hmac: c1f71df37bfce556285d58d53afe878fc713508762424bf18da8e19c1cd67940
...