From 7532be0386ea70a51a9e7a5c65f3cbb54d6f15d2 Mon Sep 17 00:00:00 2001 From: Mogeko Date: Mon, 15 Nov 2021 20:08:50 +0000 Subject: [PATCH 1/3] docs(readme): increase the status badge of auto-update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 From ede3e3fcd05d7fb039067cde5bf0991925e22c9d Mon Sep 17 00:00:00 2001 From: Mogeko Date: Mon, 15 Nov 2021 20:23:44 +0000 Subject: [PATCH 2/3] build(ci): rename image name --- .github/workflows/auto-update.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 78b720f..69ebe8c 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: qbittorrent jobs: check: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d140dff..a53e423 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: qbittorrent jobs: check: From 4b2b69858c71ad9eefdf2bf12c8fe76e3749f21b Mon Sep 17 00:00:00 2001 From: Mogeko Date: Mon, 15 Nov 2021 20:27:07 +0000 Subject: [PATCH 3/3] build(ci): rename image name to mogeko/qbittorrent --- .github/workflows/auto-update.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 69ebe8c..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: qbittorrent + IMAGE_NAME: mogeko/qbittorrent jobs: check: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a53e423..ba9e125 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: qbittorrent + IMAGE_NAME: mogeko/qbittorrent jobs: check: