docker: fix update pattern
This commit is contained in:
parent
6506ba1176
commit
c2c21c0b78
|
@ -1,2 +1,2 @@
|
|||
site="https://api.github.com/repos/$pkgname/$pkgname/tags"
|
||||
pattern='"name":\s*"v\K[^\d]*([\d\.]+)(?=")'
|
||||
site=https://api.github.com/repos/$pkgname/${pkgname}-ce/releases
|
||||
pattern='v\K[\d\.]+'
|
||||
|
|
Loading…
Reference in New Issue