diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 78b720f..9b83301 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -6,7 +6,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }} + IMAGE_NAME: mogeko/qbittorrent jobs: check: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d140dff..ba9e125 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }} + IMAGE_NAME: mogeko/qbittorrent jobs: check: diff --git a/README.md b/README.md index 247ae86..1493d51 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # docker-qbittorrent + +[![ci_icon]][ci_link] + Docker image for qBittorrent. + + + +[ci_icon]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml/badge.svg +[ci_link]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml