mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -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:
|
env:
|
||||||
VERSION: ${{ github.sha }}
|
VERSION: ${{ github.sha }}
|
||||||
with:
|
with:
|
||||||
name: wreave/tautulli
|
name: tautulli/tautulli
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
2
.github/workflows/publishdocker-release.yml
vendored
2
.github/workflows/publishdocker-release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ github.sha }}
|
VERSION: ${{ github.sha }}
|
||||||
with:
|
with:
|
||||||
name: wreave/tautulli
|
name: tautulli/tautulli
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue