fix renovate version matcher
Some checks failed
build_keycloak.yml / fix renovate version matcher (push) Failing after 0s
Build Nextcloud / Build Nextcloud 34 Image (push) Successful in 7m22s

This commit is contained in:
Max 2026-08-19 16:42:37 +02:00
commit 08c3cd32f4
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8
3 changed files with 7 additions and 5 deletions

View file

@ -17,8 +17,9 @@ jobs:
image: ghcr.io/osscontainertools/kaniko:alpine
strategy:
matrix:
# renovate: datasource=docker depName=quay.io/keycloak/keycloak
keycloak-version: [ 26.6.1, 26.6.2, 26.6.3 ]
# renovate: datasource=docker depName=quay.io/keycloak/keycloak
- 26.6.3
steps:
- name: Install required system packages
run: apk add --no-cache nodejs

View file

@ -17,8 +17,9 @@ jobs:
image: ghcr.io/osscontainertools/kaniko:alpine
strategy:
matrix:
# renovate: datasource=docker depName=docker.io/library/nextcloud
nextcloud-version: [ 33, 34 ]
nextcloud-version:
# renovate: datasource=docker depName=docker.io/library/nextcloud
- 34
steps:
- name: Install required system packages
run: apk add --no-cache nodejs git