diff --git a/.drone.yml b/.drone.yml index 62cb966..0d7ccd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,7 +94,7 @@ steps: - refs/heads/main - refs/tags/** depends_on: - - changelog + - changelog-format - name: publish-quay image: thegeeklab/drone-docker-buildx:20 @@ -111,7 +111,7 @@ steps: - refs/heads/main - refs/tags/** depends_on: - - changelog + - changelog-format - name: publish-gitea image: plugins/gitea-release @@ -204,6 +204,6 @@ depends_on: --- kind: signature -hmac: c8e827316b75615b657c139fe9d40cfa5cc00f2b38b5127b3040fac499e9d3a6 +hmac: 39fce31c14c4f9ced76b2f99bcedc671c02050c983afdd9ef8bbd0f12a0b6122 ...