Maintenance: remove microbadger CI hook (#76)
This commit is contained in:
parent
d8237c8b7c
commit
6678669dfb
1 changed files with 0 additions and 5 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
@ -82,8 +82,3 @@ jobs:
|
||||||
VERSION=${{ steps.vars.outputs.version }}
|
VERSION=${{ steps.vars.outputs.version }}
|
||||||
tags: mindflavor/prometheus-wireguard-exporter:${{ steps.vars.outputs.version }}
|
tags: mindflavor/prometheus-wireguard-exporter:${{ steps.vars.outputs.version }}
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
- if: github.event.ref == 'refs/heads/master'
|
|
||||||
name: Microbadger hook
|
|
||||||
run: curl -X POST https://hooks.microbadger.com/images/mindflavor/prometheus-wireguard-exporter/TODO
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
Loading…
Reference in a new issue