From d07ce8eeb0b0a11179539717edc15a5be183ec4f Mon Sep 17 00:00:00 2001 From: titanz Date: Wed, 30 Apr 2025 15:52:41 +0200 Subject: [PATCH] Nextcloud 31 --- .gitea/workflows/build-29.yml | 2 +- .gitea/workflows/build-30.yml | 2 +- .gitea/workflows/{build-28.yml => build-31.yml} | 10 +++++----- {28 => 31}/Dockerfile | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename .gitea/workflows/{build-28.yml => build-31.yml} (96%) rename {28 => 31}/Dockerfile (95%) diff --git a/.gitea/workflows/build-29.yml b/.gitea/workflows/build-29.yml index a867469..31b414d 100644 --- a/.gitea/workflows/build-29.yml +++ b/.gitea/workflows/build-29.yml @@ -52,7 +52,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | ${{ env.TAG }} - stable + old-stable - name: Build and push Docker image id: build-and-push diff --git a/.gitea/workflows/build-30.yml b/.gitea/workflows/build-30.yml index dc47527..62f72b9 100644 --- a/.gitea/workflows/build-30.yml +++ b/.gitea/workflows/build-30.yml @@ -52,7 +52,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | ${{ env.TAG }} - latest + stable - name: Build and push Docker image id: build-and-push diff --git a/.gitea/workflows/build-28.yml b/.gitea/workflows/build-31.yml similarity index 96% rename from .gitea/workflows/build-28.yml rename to .gitea/workflows/build-31.yml index 857293a..0506a24 100644 --- a/.gitea/workflows/build-28.yml +++ b/.gitea/workflows/build-31.yml @@ -1,4 +1,4 @@ -name: Build 28 +name: Build 31 on: workflow_dispatch: @@ -6,8 +6,8 @@ on: branches: - development paths: - - '.github/workflows/build-28.yml' - - '28/**' + - '.github/workflows/build-31.yml' + - '31/**' schedule: # Build the image daily - cron: '15 0 * * *' @@ -15,7 +15,7 @@ on: env: REGISTRY: git.conorz.at IMAGE_NAME: titanz-containers/nextcloud - TAG: 28 + TAG: 31 jobs: build: @@ -52,7 +52,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | ${{ env.TAG }} - old-stable + latest - name: Build and push Docker image id: build-and-push diff --git a/28/Dockerfile b/31/Dockerfile similarity index 95% rename from 28/Dockerfile rename to 31/Dockerfile index 77cd2b0..707f5bf 100644 --- a/28/Dockerfile +++ b/31/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=28 +ARG VERSION=31 FROM nextcloud:${VERSION}-fpm-alpine