0
0
mirror of https://github.com/thegeeklab/drone-admin.git synced 2024-06-03 03:49:40 +02:00
This commit is contained in:
Robert Kaussow 2022-07-20 17:38:42 +02:00
parent 7b515b4a2b
commit 9b5652627d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

@ -317,7 +317,7 @@ local PipelineNotifications = {
},
{
name: 'matrix',
image: 'thegeeklab/drone-admin',
image: 'thegeeklab/drone-matrix',
settings: {
homeserver: { from_secret: 'matrix_homeserver' },
roomid: { from_secret: 'matrix_roomid' },

View File

@ -424,7 +424,7 @@ steps:
- success
- name: matrix
image: thegeeklab/drone-admin
image: thegeeklab/drone-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -453,6 +453,6 @@ depends_on:
---
kind: signature
hmac: 4728bfefecfc36514732adbbf2404791d7bba9f78c6dfb0d21c77acac08d6361
hmac: 4e6ae925635b2ffe1bc49fafed7bdc497ff65c09f46c07665745ca4edbfb15f2
...