chore(deps): update updates-patch-minor (#2606)

* chore(deps): update updates-patch-minor

* manual for now

* revert

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
truenasbot
2025-06-19 09:01:38 -04:00
committed by GitHub
parent 381196f4f5
commit f90aa08c5f
3 changed files with 9 additions and 24 deletions

View File

@@ -296,23 +296,8 @@ module.exports = {
["ghcr.io/immich-app/postgres"]
),
customVersioning(
// v1.134.0
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
["ghcr.io/immich-app/immich-machine-learning"]
),
customVersioning(
// v1.134.0-cuda
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-cuda$",
["ghcr.io/immich-app/immich-machine-learning"]
),
customVersioning(
// v1.134.0-rocm
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-rocm$",
["ghcr.io/immich-app/immich-machine-learning"]
),
customVersioning(
// v1.134.0-openvino
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-openvino$",
// v1.134.0(-cuda|rocm|openvino)?
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>cuda|rocm|openvino))$",
["ghcr.io/immich-app/immich-machine-learning"]
),
],