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

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

View File

@ -89,7 +89,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- changelog-format
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
@ -108,7 +108,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- changelog
- changelog-format
- name: publish-gitea
image: plugins/gitea-release
@ -201,6 +201,6 @@ depends_on:
---
kind: signature
hmac: a67b36648fa0e33fdd9230ed4d472bb830b061af9cbffd7ad8afabe5be1980aa
hmac: f0a79ff218867538b206db31be99e8dc07be3e50b1bb56e3e047a272816a33bf
...