This commit is contained in:
parent
44a6ad7b56
commit
81723a443c
12
.drone.yml
12
.drone.yml
@ -55,6 +55,14 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- dryrun
|
- 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
|
- name: publish-dockerhub
|
||||||
image: thegeeklab/drone-docker-buildx:20
|
image: thegeeklab/drone-docker-buildx:20
|
||||||
settings:
|
settings:
|
||||||
@ -69,7 +77,7 @@ steps:
|
|||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
depends_on:
|
depends_on:
|
||||||
- tags
|
- changelog
|
||||||
|
|
||||||
- name: publish-quay
|
- name: publish-quay
|
||||||
image: thegeeklab/drone-docker-buildx:20
|
image: thegeeklab/drone-docker-buildx:20
|
||||||
@ -179,6 +187,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: c3b2dc109e4cf200cbfe0da970d6410f38a290932cb1ae87e48520eeb44bc8fc
|
hmac: 75420509be5a8c262ee5690b46c00880419536f9e305b3e42e0b02d1df2cae67
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user