From 3b765f347ffbf6e51553b3cb624a5a8ed71c3722 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 14 Jan 2020 14:44:08 +0100 Subject: [PATCH] fix links in readme --- .drone.yml | 4 ++++ README.md | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 52cc467..73b2172 100644 --- a/.drone.yml +++ b/.drone.yml @@ -302,4 +302,8 @@ depends_on: - linux-arm64 - linux-arm +--- +kind: signature +hmac: 4d1e4e2ae2b63f0a0175b226233cc3694e04068ea8a5899c802de21dfa795999 + ... diff --git a/README.md b/README.md index 1344513..bdf2e6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # github-releases-notifier -[![Go Report Card](https://goreportcard.com/badge/github.com/justwatchcom/github-releases-notifier)](https://goreportcard.com/report/github.com/justwatchcom/github-releases-notifier) -[![Docker Pulls](https://img.shields.io/docker/pulls/justwatch/github-releases-notifier.svg?maxAge=604800)](https://hub.docker.com/r/justwatch/github-releases-notifier) + +[![Build Status](https://cloud.drone.io/api/badges/xoxys/github-releases-notifier/status.svg)](https://cloud.drone.io/xoxys/github-releases-notifier) +[![Go Report Card](https://goreportcard.com/badge/github.com/xoxys/github-releases-notifier)](https://goreportcard.com/report/github.com/xoxyscom/github-releases-notifier) +[![Docker Pulls](https://img.shields.io/docker/pulls/xoxys/github-releases-notifier.svg?maxAge=604800)](https://hub.docker.com/r/xoxys/github-releases-notifier) Receive Slack notifications if a new release of your favorite software is available on GitHub. @@ -19,7 +21,7 @@ To watch repositories simply add them to the list of arguments `-r=kubernetes/ku #### Docker ``` -docker run --rm -e GITHUB_TOKEN=XXX -e SLACK_HOOK=https://hooks.slack.com/... justwatch/github-releases-notifier -r=kubernetes/kubernetes +docker run --rm -e GITHUB_TOKEN=XXX -e SLACK_HOOK=https://hooks.slack.com/... xoxys/github-releases-notifier -r=kubernetes/kubernetes ``` #### docker-compose