27.0.0, master follows 27 from now on

This commit is contained in:
Jarno Rankinen 2023-07-05 21:30:59 +03:00
parent b42fad14de
commit fb0c92647b
4 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
# Triggers the workflow on push or pull request events but only for the "master" branch # Triggers the workflow on push or pull request events but only for the "master" branch
push: push:
tags: tags:
- "26*" - "27*"
# branches: [ "master" ] # branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab

View File

@ -8,6 +8,7 @@ on:
push: push:
tags: tags:
- "25*" - "25*"
- "26*"
# branches: [ "master" ] # branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab

View File

@ -1,4 +1,4 @@
FROM docker.io/library/nextcloud:26.0.3 FROM docker.io/library/nextcloud:27.0.0
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \

View File

@ -9,7 +9,7 @@ cron container is recommended as per upstream recommendations.
**Starting from 26.0.1 and 25.0.6 the builds are multiarch for `linux/amd64` and `linux/arm64`** **Starting from 26.0.1 and 25.0.6 the builds are multiarch for `linux/amd64` and `linux/arm64`**
**The `latest` tag points to 26.0.x** **The `latest` tag points to 27.0.x**
I strongly recommend using a specific version in your docker-compose, kube YAML files or scripts. This will avoid accidentally updating your instance. I strongly recommend using a specific version in your docker-compose, kube YAML files or scripts. This will avoid accidentally updating your instance.