mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
fix catalogs build command
This commit is contained in:
parent
5343d264c6
commit
7422d3039b
2 changed files with 1 additions and 2 deletions
2
.github/workflows/deploy_catalogs.yml
vendored
2
.github/workflows/deploy_catalogs.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Docker image
|
- name: Create Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t torrentio-catalogs:latest ./catalogs/
|
docker build -t torrentio-catalogs:latest . -f ./catalogs/Dockerfile
|
||||||
docker save torrentio-catalogs:latest > torrentio_catalogs_latest.tar
|
docker save torrentio-catalogs:latest > torrentio_catalogs_latest.tar
|
||||||
|
|
||||||
- name: Upload Docker image
|
- name: Upload Docker image
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ const addonInterface = require('./addon');
|
||||||
const qs = require('querystring')
|
const qs = require('querystring')
|
||||||
const { parseConfiguration } = require('../addon/lib/configuration');
|
const { parseConfiguration } = require('../addon/lib/configuration');
|
||||||
const { createManifest } = require('./lib/manifest');
|
const { createManifest } = require('./lib/manifest');
|
||||||
const landingTemplate = require('./lib/landingTemplate');
|
|
||||||
|
|
||||||
const router = getRouter(addonInterface);
|
const router = getRouter(addonInterface);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue