fix wrong microbadger image

This commit is contained in:
Robert Kaussow 2020-01-14 16:18:12 +01:00
parent 3ef9e8f283
commit c551cd67ad
2 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@ def notification():
},
{
'name': 'microbadger',
'image': 'plugins/manifest',
'image': 'plugins/webhook',
'settings': {
'urls': {
'from_secret': 'microbadger_url'

View File

@ -287,7 +287,7 @@ steps:
- success
- name: microbadger
image: plugins/manifest
image: plugins/webhook
settings:
urls:
from_secret: microbadger_url
@ -310,6 +310,6 @@ depends_on:
---
kind: signature
hmac: 3c5a540d6771dd1daf780df4a1f3cc5b73e77be37ed9334762e8582507a6e385
hmac: 0de8af9792e89d979830af171dfe80d182026c65bd31261e8d142f112078b51b
...