Merge pull request #5 from mogeko/dev
rename image name to ghcr.io/mogeko/qbittorrent
This commit is contained in:
commit
ae2e181bfe
3 changed files with 10 additions and 2 deletions
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_NAME: mogeko/qbittorrent
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_NAME: mogeko/qbittorrent
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,10 @@
|
|||
# docker-qbittorrent
|
||||
|
||||
[![ci_icon]][ci_link]
|
||||
|
||||
Docker image for qBittorrent.
|
||||
|
||||
<!-- badge -->
|
||||
|
||||
[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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue