mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Change repo in workflow files
This commit is contained in:
parent
8690d2ced5
commit
5cc36310ba
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publishdocker-branch.yml
vendored
2
.github/workflows/publishdocker-branch.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
env:
|
||||
VERSION: ${{ github.sha }}
|
||||
with:
|
||||
name: wreave/tautulli
|
||||
name: tautulli/tautulli
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
dockerfile: Dockerfile
|
||||
|
|
2
.github/workflows/publishdocker-release.yml
vendored
2
.github/workflows/publishdocker-release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
env:
|
||||
VERSION: ${{ github.sha }}
|
||||
with:
|
||||
name: wreave/tautulli
|
||||
name: tautulli/tautulli
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue