Merge pull request 'Update nextcloud Docker tag to v28' (#20) from renovate/nextcloud-28.x into master
Reviewed-on: #20
This commit is contained in:
commit
284d7c2c9e
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM nextcloud:27
|
||||
FROM nextcloud:28
|
||||
|
||||
ENV NEXTCLOUD_UPDATE 1
|
||||
ENV NEXTCLOUD_ADMIN_USER epubreader
|
||||
|
Reference in New Issue
Block a user