mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Add lxml to base image and set base to build automatically if requirements changes.
This commit is contained in:
parent
eecf879119
commit
a74160a0b6
2 changed files with 3 additions and 0 deletions
2
.github/workflows/base-image.yml
vendored
2
.github/workflows/base-image.yml
vendored
|
|
@ -6,11 +6,13 @@ on:
|
|||
paths:
|
||||
- 'docker/DispatcharrBase'
|
||||
- '.github/workflows/base-image.yml'
|
||||
- 'requirements.txt'
|
||||
pull_request:
|
||||
branches: [ main, dev ]
|
||||
paths:
|
||||
- 'docker/DispatcharrBase'
|
||||
- '.github/workflows/base-image.yml'
|
||||
- 'requirements.txt'
|
||||
workflow_dispatch: # Allow manual triggering
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
|
|
@ -28,3 +28,4 @@ channels
|
|||
channels-redis
|
||||
django-filter
|
||||
django-celery-beat
|
||||
lxml==5.4.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue