ci: replace drone gitea-release plugin by woodpecker plugin
This commit is contained in:
parent
df65fd4b5c
commit
6b7a6d466e
@ -14,13 +14,12 @@ steps:
|
|||||||
- cat CHANGELOG.md
|
- cat CHANGELOG.md
|
||||||
|
|
||||||
publish-gitea:
|
publish-gitea:
|
||||||
image: plugins/gitea-release
|
image: quay.io/thegeeklab/wp-gitea-release
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
base_url: https://gitea.rknet.org
|
base_url: https://gitea.rknet.org
|
||||||
note: CHANGELOG.md
|
note: CHANGELOG.md
|
||||||
overwrite: true
|
|
||||||
title: ${CI_COMMIT_TAG}
|
title: ${CI_COMMIT_TAG}
|
||||||
when:
|
when:
|
||||||
- event: [tag]
|
- event: [tag]
|
||||||
|
Loading…
Reference in New Issue
Block a user