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 }}
tags: |
${{ env.TAG }}
stable
old-stable
- name: Build and push Docker image
id: build-and-push

View File

@ -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

View File

@ -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

View File

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