From c551cd67ad0583575bc049485d50883768a7b555 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 14 Jan 2020 16:18:12 +0100 Subject: [PATCH] fix wrong microbadger image --- .drone.star | 2 +- .drone.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index 850cd52..247ee27 100644 --- a/.drone.star +++ b/.drone.star @@ -203,7 +203,7 @@ def notification(): }, { 'name': 'microbadger', - 'image': 'plugins/manifest', + 'image': 'plugins/webhook', 'settings': { 'urls': { 'from_secret': 'microbadger_url' diff --git a/.drone.yml b/.drone.yml index c595349..d9f60d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...