feat(artifactapi): cache stalwart webadmin zip via github generic remote
Add mutable pattern for stalwartlabs/webadmin releases/latest so the webadmin UI zip can be fetched through artifactapi instead of directly from GitHub.
This commit is contained in:
@@ -5,6 +5,7 @@ remotes:
|
|||||||
description: "GitHub releases and files"
|
description: "GitHub releases and files"
|
||||||
mutable_patterns:
|
mutable_patterns:
|
||||||
- ".*/archive/refs/heads/.*.tar.gz$"
|
- ".*/archive/refs/heads/.*.tar.gz$"
|
||||||
|
- "stalwartlabs/webadmin/releases/latest/download/webadmin.zip$"
|
||||||
immutable_patterns:
|
immutable_patterns:
|
||||||
- ".*/archive/refs/tags/.*.tar.gz$"
|
- ".*/archive/refs/tags/.*.tar.gz$"
|
||||||
- "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$"
|
- "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$"
|
||||||
|
|||||||
Reference in New Issue
Block a user