chore(deps): update nextcloud docker tag to v30
This commit is contained in:
parent
25949e98c9
commit
3b2981d201
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
php:
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:29
|
||||
container: nextcloud:30
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
release:
|
||||
if: gitea.ref_type == 'tag'
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:29
|
||||
container: nextcloud:30
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM nextcloud:29
|
||||
FROM nextcloud:30
|
||||
|
||||
ENV NEXTCLOUD_UPDATE=1
|
||||
ENV NEXTCLOUD_ADMIN_USER=repod
|
||||
|
Loading…
Reference in New Issue
Block a user