Merge pull request 'Update nextcloud Docker tag to v28' (#20) from renovate/nextcloud-28.x into master
epubreader / nextcloud-22 (push) Waiting to run Details
epubreader / nextcloud-27 (push) Waiting to run Details

Reviewed-on: #20
This commit is contained in:
Michel Roux 2023-12-16 15:37:33 +00:00
commit 284d7c2c9e
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
nextcloud-22:
runs-on: ubuntu-latest
container: nextcloud:27
container: nextcloud:28
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
@ -18,7 +18,7 @@ jobs:
nextcloud-27:
runs-on: ubuntu-latest
container: nextcloud:27
container: nextcloud:28
steps:
- run: apt-get update
- run: apt-get install -y git nodejs

View File

@ -1,4 +1,4 @@
FROM nextcloud:27
FROM nextcloud:28
ENV NEXTCLOUD_UPDATE 1
ENV NEXTCLOUD_ADMIN_USER epubreader