Nextcloud 31
This commit is contained in:
parent
18db859e54
commit
d07ce8eeb0
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
@ -1,4 +1,4 @@
|
|||||||
ARG VERSION=28
|
ARG VERSION=31
|
||||||
|
|
||||||
FROM nextcloud:${VERSION}-fpm-alpine
|
FROM nextcloud:${VERSION}-fpm-alpine
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user