Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05fc0a3803 | |||
| 5f1bcbf40d | |||
| 56a03e2e82 | |||
| 78e1d1a392 | |||
| 45ebfc57e7 |
@@ -108,7 +108,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||||
repository: davidquinonescl/hyperion-docker
|
repository: davidquinonescl/pluto-tv-scraper
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -74,3 +74,15 @@ services:
|
|||||||
- 1.0.2
|
- 1.0.2
|
||||||
1.1.24<br>
|
1.1.24<br>
|
||||||
Update with an updated version that isn't published on the npm registry
|
Update with an updated version that isn't published on the npm registry
|
||||||
|
- 1.0.3
|
||||||
|
1.1.24<br>
|
||||||
|
Fixes the generated channels not being playable
|
||||||
|
- 1.0.4
|
||||||
|
1.1.24<br>
|
||||||
|
Generated channels with V2 API and correct JWT implementaton
|
||||||
|
- 1.0.5
|
||||||
|
1.1.24<br>
|
||||||
|
Url caching improvements
|
||||||
|
- 1.0.6
|
||||||
|
1.1.24<br>
|
||||||
|
Addition of extra logging
|
||||||
2
build.sh
2
build.sh
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GIT_REPO_URL="https://github.com/4v3ngR/pluto_tv_scraper.git"
|
GIT_REPO_URL="https://github.com/4v3ngR/pluto_tv_scraper.git"
|
||||||
GIT_COMMIT="92f960ec5423efcda9f84edaf7f37d9c2ff86776"
|
GIT_COMMIT="cf3c05f67002b1d1b4036dbaaa7d373405b4b5a6"
|
||||||
BUILD_FOLDER="/build"
|
BUILD_FOLDER="/build"
|
||||||
BIN_FOLDER=$"/bin/pluto"
|
BIN_FOLDER=$"/bin/pluto"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user