Nextcloud 31
All checks were successful
Build 31 / Build & push new image (push) Successful in 11m3s
Build 30 / Build & push new image (push) Successful in 11m11s
Build 29 / Build & push new image (push) Successful in 11m7s

This commit is contained in:
titanz 2025-04-30 15:52:41 +02:00
parent 18db859e54
commit d07ce8eeb0
Signed by: titanz
GPG Key ID: EABC72179C71D4F5
4 changed files with 8 additions and 8 deletions

View File

@ -52,7 +52,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: | tags: |
${{ env.TAG }} ${{ env.TAG }}
stable old-stable
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push

View File

@ -52,7 +52,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: | tags: |
${{ env.TAG }} ${{ env.TAG }}
latest stable
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push

View File

@ -1,4 +1,4 @@
name: Build 28 name: Build 31
on: on:
workflow_dispatch: workflow_dispatch:
@ -6,8 +6,8 @@ on:
branches: branches:
- development - development
paths: paths:
- '.github/workflows/build-28.yml' - '.github/workflows/build-31.yml'
- '28/**' - '31/**'
schedule: schedule:
# Build the image daily # Build the image daily
- cron: '15 0 * * *' - cron: '15 0 * * *'
@ -15,7 +15,7 @@ on:
env: env:
REGISTRY: git.conorz.at REGISTRY: git.conorz.at
IMAGE_NAME: titanz-containers/nextcloud IMAGE_NAME: titanz-containers/nextcloud
TAG: 28 TAG: 31
jobs: jobs:
build: build:
@ -52,7 +52,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: | tags: |
${{ env.TAG }} ${{ env.TAG }}
old-stable latest
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push

View File

@ -1,4 +1,4 @@
ARG VERSION=28 ARG VERSION=31
FROM nextcloud:${VERSION}-fpm-alpine FROM nextcloud:${VERSION}-fpm-alpine