Skip to content

Commit 8e2d768

Browse files
committed
chore: fix automated docker tag
chore: add docker build badges to readme
1 parent 1662614 commit 8e2d768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
platforms: linux/amd64,linux/arm64,linux/arm/v7
3232
push: true
33-
tags: toddrob/searcharr:${{steps.get_version.outputs.version}},toddrob/searcharr:${{steps.get_version.outputs.major}},toddrob/searcharr:latest
33+
tags: toddrob/searcharr:${{steps.get_version.outputs.version}},toddrob/searcharr:v${{steps.get_version.outputs.major}},toddrob/searcharr:latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Searcharr
2-
[![Docker Pulls](https://img.shields.io/docker/pulls/toddrob/searcharr?style=plastic)](https://hub.docker.com/r/toddrob/searcharr)
2+
[![Docker Pulls](https://img.shields.io/docker/pulls/toddrob/searcharr?style=plastic)](https://hub.docker.com/r/toddrob/searcharr) [![release](https://github.com/toddrob99/searcharr/actions/workflows/release.yml/badge.svg?event=release)](https://github.com/toddrob99/searcharr/actions/workflows/release.yml) [![beta](https://github.com/toddrob99/searcharr/actions/workflows/beta.yml/badge.svg?branch=beta)](https://github.com/toddrob99/searcharr/actions/workflows/beta.yml)
33
### Sonarr & Radarr Telegram Bot
44
### By Todd Roberts
55
https://github.com/toddrob99/searcharr

0 commit comments

Comments
 (0)