Skip to content

Commit 47d39b8

Browse files
chore: readme updates
1 parent 9e10a90 commit 47d39b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/metadata-action@v4
4343
with:
4444
images: |
45-
${{ secrets.DOCKERHUB_USERNAME }}/calendar-to-discord
45+
${{ secrets.DOCKERHUB_USERNAME }}/calendarr
4646
ghcr.io/${{ github.repository }}
4747
tags: |
4848
type=semver,pattern={{version}}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple Docker container that fetches upcoming airings/releases for TV shows and movies from Sonarr and Radarr calendars and posts them to Discord on a schedule.
44

5-
![Example Discord post](https://github.com/jordanlambrecht/arr-calendar-to-discord/blob/main/public/calendarr_example_output_v2.png)
5+
![Example Discord post](https://github.com/jordanlambrecht/calendarr/blob/main/public/calendarr_example_output_v2.png)
66

77
## ✨ Features
88

@@ -13,7 +13,7 @@ A simple Docker container that fetches upcoming airings/releases for TV shows an
1313

1414
## 🚀 Usage
1515

16-
Images available via either `ghcr.io/jordanlambrecht/calendarr:latest` or `jordyjordyjordy/calendar-to-discord:latest`
16+
Images available via either `ghcr.io/jordanlambrecht/calendarr:latest` or `jordyjordyjordy/calendarr:latest`
1717

1818
### With Docker Compose (Recommended)
1919

@@ -99,7 +99,7 @@ If you want to build the container yourself:
9999

100100
```bash
101101
git clone https://github.com/jordanlambrecht/calendarr.git
102-
cd calendar-to-discord
102+
cd calendarr
103103
docker build -t calendarr .
104104
```
105105

0 commit comments

Comments
 (0)