mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
build: jreleaser continue if docker fails
This commit is contained in:
parent
e2e6d6e0c7
commit
2f1af32bd7
1 changed files with 1 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ jreleaser {
|
|||
packagers {
|
||||
docker {
|
||||
active.set(Active.RELEASE)
|
||||
continueOnError.set(true)
|
||||
templateDirectory.set(projectDir.resolve("docker"))
|
||||
repository.active.set(Active.NEVER)
|
||||
buildArgs.set(listOf("--cache-from", "gotson/komga:latest"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue