build(ci): rename image name
This commit is contained in:
parent
5c944980c0
commit
ede3e3fcd0
2 changed files with 2 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: 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: qbittorrent
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue