This commit is contained in:
Jarno Rankinen 2024-06-07 19:54:36 +03:00
parent 3cb521d768
commit 9cd3f8e205
2 changed files with 6 additions and 3 deletions

View File

@ -3,13 +3,16 @@
name: Daily build name: Daily build
env: env:
NEXTCLOUD_UPSTREAM_VERSION: 27.1.10 NEXTCLOUD_UPSTREAM_VERSION: 28.0.6
IMAGE_MAJOR_VERSION: 27 IMAGE_MAJOR_VERSION: 28
# Controls when the workflow will run # Controls when the workflow will run
on: on:
schedule: schedule:
- cron: "39 20 * * *" - cron: "39 20 * * *"
push:
tags:
- "*"
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View File

@ -25,7 +25,7 @@ and https://docs.nextcloud.com/.
Simply use `ghcr.io/0ranki/nextcloud-previews:<version>` Simply use `ghcr.io/0ranki/nextcloud-previews:<version>`
instead of `docker.io/library/nextcloud`. instead of `docker.io/library/nextcloud`.
### `latest` currently points to 27.1.x ### `latest` currently points to 28.0.x
To pull e.g. version 27.1.4: To pull e.g. version 27.1.4:
``` ```