Skip to content

Commit

Permalink
Removes the microbadger job and replaces the badges with shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Apr 4, 2020
1 parent 0c465d2 commit 5cc6b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,3 @@ dockerhub:readme:
entrypoint: ['']
script:
- node /app/index.js

microbadger:
stage: post_release
rules:
- if: '$MICROBADGER_TOKEN =~ /.+/ && $DOCKERHUB_REPO_NAME =~ /.+/'
when: on_success
image: alpine:latest
script:
- curl -V||apk add curl
- curl -s -XPOST "https://hooks.microbadger.com/images/${DOCKERHUB_REPO_PREFIX}/${DOCKERHUB_REPO_NAME}/${MICROBADGER_TOKEN}"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Pipeline Status](https://gitlab.com/ix.ai/openvpn/badges/master/pipeline.svg)](https://gitlab.com/ix.ai/openvpn/)
[![Docker Stars](https://img.shields.io/docker/stars/ixdotai/openvpn.svg)](https://hub.docker.com/r/ixdotai/openvpn/)
[![Docker Pulls](https://img.shields.io/docker/pulls/ixdotai/openvpn.svg)](https://hub.docker.com/r/ixdotai/openvpn/)
[![ImageLayers](https://images.microbadger.com/badges/image/ixdotai/openvpn.svg)](https://microbadger.com/images/ixdotai/openvpn)
[![Latest Version](https://images.microbadger.com/badges/version/ixdotai/openvpn.svg)](https://microbadger.com/images/ixdotai/openvpn)
[![Docker Image Version (latest)](https://img.shields.io/docker/v/ixdotai/openvpn/latest)](https://hub.docker.com/r/ixdotai/openvpn/)
[![Docker Image Size (latest)](https://img.shields.io/docker/image-size/ixdotai/openvpn/latest)](https://hub.docker.com/r/ixdotai/openvpn/)
[![Gitlab Project](https://img.shields.io/badge/GitLab-Project-554488.svg)](https://gitlab.com/ix.ai/openvpn/)


Expand Down

0 comments on commit 5cc6b54

Please sign in to comment.