Change repo in workflow files
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user