Browse Source

Added notify pipeline

Mohammad Abdoli Rad 6 years ago
parent
commit
58695c3c17
2 changed files with 19 additions and 1 deletions
  1. 18 0
      .drone.yml
  2. 1 1
      README.md

+ 18 - 0
.drone.yml

@@ -143,3 +143,21 @@ steps:
       dockerfile: 3.9/openrc/Dockerfile
       tags:
         - '3.9-openrc'
+
+---
+kind: pipeline
+name: notify
+
+steps:
+  - name: microbadger
+    image: plugins/webhook
+    settings:
+      urls:
+        - https://hooks.microbadger.com/images/dockage/alpine/NQPdqhP-XDsT2pay1t3-AK-nI1k=
+
+depends_on:
+  - alpine3.5
+  - alpine3.6
+  - alpine3.7
+  - alpine3.8
+  - alpine3.9

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# alpine [![Docker Pulls](https://img.shields.io/docker/pulls/dockage/alpine.svg)](https://hub.docker.com/r/dockage/alpine/) [![Docker Stars](https://img.shields.io/docker/stars/dockage/alpine.svg?style=flat)](https://hub.docker.com/r/dockage/alpine/) [![Docker Build Status](https://img.shields.io/docker/build/dockage/alpine.svg)](https://hub.docker.com/r/dockage/alpine/) [![Docker Automated build](https://img.shields.io/docker/automated/dockage/alpine.svg)](https://hub.docker.com/r/dockage/alpine/)
+# alpine [![Docker Pulls](https://img.shields.io/docker/pulls/dockage/alpine.svg)](https://hub.docker.com/r/dockage/alpine/) [![Docker Stars](https://img.shields.io/docker/stars/dockage/alpine.svg?style=flat)](https://hub.docker.com/r/dockage/alpine/) [![Build Status](https://cloud.drone.io/api/badges/dockage/alpine/status.svg)](https://cloud.drone.io/dockage/alpine) [![Docker Automated build](https://img.shields.io/docker/automated/dockage/alpine.svg)](https://hub.docker.com/r/dockage/alpine/)
 
 [Alpine Linux](https://alpinelinux.org) is a Linux distribution built around [musl libc](https://www.musl-libc.org) and [BusyBox](https://www.busybox.net).