mirror of
https://github.com/openzim/zimit.git
synced 2025-09-22 11:22:23 -04:00
Allow to run dev image update manually + use main warc2zim branch for zimit dev versions
This commit is contained in:
parent
83690f410d
commit
c67ccb9528
1
.github/workflows/PublishDockerDevImage.yaml
vendored
1
.github/workflows/PublishDockerDevImage.yaml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
@ -11,7 +11,7 @@ dependencies = [
|
||||
"requests==2.31.0",
|
||||
"inotify==0.2.10",
|
||||
"tld==0.13",
|
||||
"warc2zim==2.0.0",
|
||||
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
|
||||
]
|
||||
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user