From fb0c92647b5b721d9d14d80f68d0c2745f69eefd Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Wed, 5 Jul 2023 21:30:59 +0300 Subject: [PATCH] 27.0.0, master follows 27 from now on --- .github/workflows/current.yml | 2 +- .github/workflows/previous.yml | 1 + Dockerfile | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index 44ce371..3674a6d 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -7,7 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the "master" branch push: tags: - - "26*" + - "27*" # branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/previous.yml b/.github/workflows/previous.yml index 94fc996..20a98c8 100644 --- a/.github/workflows/previous.yml +++ b/.github/workflows/previous.yml @@ -8,6 +8,7 @@ on: push: tags: - "25*" + - "26*" # branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab diff --git a/Dockerfile b/Dockerfile index 4b6343f..513d6cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/nextcloud:26.0.3 +FROM docker.io/library/nextcloud:27.0.0 RUN apt-get update && \ apt-get install -y \ diff --git a/README.md b/README.md index 3964800..01c5e75 100644 --- a/README.md +++ b/README.md @@ -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`** -**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.