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
|
||||
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
|
||||
|
||||
- name: Upload Docker image
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ const addonInterface = require('./addon');
|
|||
const qs = require('querystring')
|
||||
const { parseConfiguration } = require('../addon/lib/configuration');
|
||||
const { createManifest } = require('./lib/manifest');
|
||||
const landingTemplate = require('./lib/landingTemplate');
|
||||
|
||||
const router = getRouter(addonInterface);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue