This commit is contained in:
parent
44a6ad7b56
commit
81723a443c
12
.drone.yml
12
.drone.yml
@ -55,6 +55,14 @@ steps:
|
||||
depends_on:
|
||||
- dryrun
|
||||
|
||||
- name: changelog
|
||||
image: thegeeklab/git-chglog
|
||||
commands:
|
||||
- git-chglog --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased}
|
||||
- git-chglog -o CHANGELOG.md --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased}
|
||||
depends_on:
|
||||
- tags
|
||||
|
||||
- name: publish-dockerhub
|
||||
image: thegeeklab/drone-docker-buildx:20
|
||||
settings:
|
||||
@ -69,7 +77,7 @@ steps:
|
||||
- refs/heads/main
|
||||
- refs/tags/**
|
||||
depends_on:
|
||||
- tags
|
||||
- changelog
|
||||
|
||||
- name: publish-quay
|
||||
image: thegeeklab/drone-docker-buildx:20
|
||||
@ -179,6 +187,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: c3b2dc109e4cf200cbfe0da970d6410f38a290932cb1ae87e48520eeb44bc8fc
|
||||
hmac: 75420509be5a8c262ee5690b46c00880419536f9e305b3e42e0b02d1df2cae67
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user