10 Commits

Author SHA1 Message Date
9cad43ff56 Update Nextcloud to 23.0.12 2022-12-08 15:28:45 +01:00
073ca00bf4 Update to 23.0.11 2022-11-03 18:35:38 +01:00
234d6354e9 Update Nextcloud to 23.0.10 2022-10-06 14:53:11 +02:00
acadfd905c Update Nextcloud to 23.0.9 2022-09-09 09:50:10 +02:00
f86b0b79d5 chore: update Nextcloud to 23.0.8 2022-08-12 08:17:21 +02:00
2bc7d31643 Update to 23.0.7 2022-07-19 19:02:39 +02:00
b372cdb499 Update Nextcloud to 23.0.6 2022-06-20 23:32:01 +02:00
e0f31f7fd0 Update to 23.0.5 2022-05-20 13:17:56 +02:00
3e538254d1 Update to 23.0.4 (Closes: #13) 2022-05-06 10:17:01 +02:00
7b65f2fb60 Create branch for version 23 2022-05-05 07:25:30 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@ name: build
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ master ] branches: [ version-23 ]
schedule: schedule:
# Build the image regularly (each Friday) # Build the image regularly (each Friday)
- cron: '23 04 * * 5' - cron: '23 04 * * 5'
@ -19,7 +19,6 @@ jobs:
- name: Build an image from Dockerfile - name: Build an image from Dockerfile
run: | run: |
docker build \ docker build \
-t ghcr.io/${{ github.actor }}/nextcloud \
-t ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c6) \ -t ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c6) \
-t ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c2) \ -t ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c2) \
. .
@ -46,6 +45,6 @@ jobs:
- name: Push image to GitHub - name: Push image to GitHub
run: | run: |
docker push ghcr.io/${{ github.actor }}/nextcloud
docker push ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c6) docker push ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c6)
docker push ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c2) docker push ghcr.io/${{ github.actor }}/nextcloud:$(grep -oP '(?<=NEXTCLOUD_VERSION=).*' Dockerfile | head -c2)

View File

@ -1,5 +1,5 @@
# -------------- Build-time variables -------------- # -------------- Build-time variables --------------
ARG NEXTCLOUD_VERSION=23.0.3 ARG NEXTCLOUD_VERSION=23.0.12
ARG PHP_VERSION=8.0 ARG PHP_VERSION=8.0
ARG NGINX_VERSION=1.20 ARG NGINX_VERSION=1.20