Compare commits

..

2 Commits

Author SHA1 Message Date
Martyn 900fd69a59 Add build badge
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-02-13 14:55:27 +01:00
Martyn 6da13d2fae Fix the image name
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-02-13 14:54:10 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# karaokards
Silly little twitch bot that gives prompts for songs to sing
Silly little twitch bot that gives prompts for songs to sing.
Auto-built from my Drone CI and pushed to dockerhub.
[![Build Status](https://ci.martyn.berlin/api/badges/martyn/karaokards/status.svg)](https://ci.martyn.berlin/martyn/karaokards)

View File

@ -31,7 +31,7 @@ spec:
run: kardbot
spec:
containers:
- image: imartyn/karokardbot:0.0.1
- image: imartyn/karaokardbot:0.0.1
imagePullPolicy: IfNotPresent
name: kardbot
resources: {}