Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f5dc048cf | ||
|
|
6dfec8325b | ||
|
|
05fc0a3803 |
@@ -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:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:23-alpine
|
FROM node:24-alpine
|
||||||
ARG BIN_FOLDER=/bin
|
ARG BIN_FOLDER=/bin
|
||||||
ARG PLUTO_FOLDER=pluto
|
ARG PLUTO_FOLDER=pluto
|
||||||
ARG FIXES_FOLDER_ARG=fixes
|
ARG FIXES_FOLDER_ARG=fixes
|
||||||
|
|||||||
@@ -86,3 +86,6 @@ services:
|
|||||||
- 1.0.6
|
- 1.0.6
|
||||||
1.1.24<br>
|
1.1.24<br>
|
||||||
Addition of extra logging
|
Addition of extra logging
|
||||||
|
- 1.0.7
|
||||||
|
1.1.24<br>
|
||||||
|
Update node version and configuration
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"outdir": "/public",
|
"outdir": "/public",
|
||||||
"clientID": "00000000-0000-0000-0000-000000000000",
|
"clientID": "00000000-0000-0000-0000-000000000000",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"es": "102.177.191.1",
|
"es": "103.41.236.1",
|
||||||
"us": "45.50.96.71",
|
"us": "45.50.96.71",
|
||||||
"uk": "109.74.192.2",
|
"uk": "109.74.192.2",
|
||||||
"fr": "102.129.65.1",
|
"fr": "102.129.65.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user