Compare commits

..
Author SHA1 Message Date
Max
284b04ef1f
fix action dependency
Some checks failed
Build Nextcloud / get-versions (push) Failing after 0s
2026-08-23 21:21:08 +02:00
Max
db0d8aaffd
automatically build newer nextcloud versions when they have ripened half a year
Some checks failed
Build Nextcloud / get-versions (push) Failing after 0s
2026-08-23 21:18:09 +02:00

View file

@ -35,7 +35,7 @@ jobs:
image: ghcr.io/osscontainertools/kaniko:alpine
strategy:
matrix:
nextcloud-version: ${{ fromJSON(needs.get-versions.outputs.versions) }}
nextcloud-version: ${{ fromJSON(needs.generate-matrix.outputs.versions) }}
steps:
- name: Install required system packages