ci: switch to drone-matrix plugin
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-09-19 21:48:20 +02:00
parent 82e7fc3967
commit 183ba2bcf8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 144 additions and 144 deletions

View File

@ -7,7 +7,7 @@ platform:
arch: amd64
steps:
- name: markdownlint
- name: markdownlint
image: thegeeklab/markdownlint-cli
commands:
- markdownlint 'README.md'
@ -27,7 +27,7 @@ platform:
arch: amd64
steps:
- name: dryrun
- name: dryrun
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
@ -41,7 +41,7 @@ steps:
ref:
- refs/pull/**
- name: tags
- name: tags
image: thegeeklab/docker-autotag
environment:
DOCKER_AUTOTAG_FORCE_LATEST: True
@ -55,7 +55,7 @@ steps:
depends_on:
- dryrun
- name: changelog-generate
- name: changelog-generate
image: thegeeklab/git-chglog
commands:
- git fetch -tq
@ -63,7 +63,7 @@ steps:
depends_on:
- tags
- name: changelog-format
- name: changelog-format
image: thegeeklab/alpine-tools
commands:
- prettier CHANGELOG.md
@ -71,7 +71,7 @@ steps:
depends_on:
- changelog-generate
- name: publish-dockerhub
- name: publish-dockerhub
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
@ -87,7 +87,7 @@ steps:
depends_on:
- changelog-format
- name: publish-quay
- name: publish-quay
image: thegeeklab/drone-docker-buildx:20
settings:
dockerfile: Dockerfile
@ -104,7 +104,7 @@ steps:
depends_on:
- changelog-format
- name: publish-gitea
- name: publish-gitea
image: plugins/gitea-release
settings:
api_key:
@ -127,7 +127,7 @@ trigger:
- refs/tags/**
depends_on:
- test
- test
---
kind: pipeline
@ -138,7 +138,7 @@ platform:
arch: amd64
steps:
- name: pushrm-dockerhub
- name: pushrm-dockerhub
pull: always
image: chko/docker-pushrm:1
environment:
@ -153,7 +153,7 @@ steps:
status:
- success
- name: pushrm-quay
- name: pushrm-quay
pull: always
image: chko/docker-pushrm:1
environment:
@ -165,8 +165,8 @@ steps:
status:
- success
- name: matrix
image: plugins/matrix
- name: matrix
image: thegeeklab/drone-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -174,7 +174,7 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}) ({{ build.Branch }}) by {{ commit.Author }}<br/> Message: {{ commit.Message }}"
username:
from_secret: matrix_username
when:
@ -191,10 +191,10 @@ trigger:
- failure
depends_on:
- build-container
- build-container
---
kind: signature
hmac: fe244fd5d5533b09ae29c2e9ef154c7d8ebdc4716bae5defac81118ca1214d50
hmac: 2b7665fe290236b60018c95df0e70988d1fc0ff46cdf939a7f7e74898eeb223a
...