Compare commits

...

2 Commits

Author SHA1 Message Date
0d017bbc68 Merge pull request 'chore(deps): update nextcloud docker tag to v30' (#160) from renovate/nextcloud-30.x into main
All checks were successful
repod / xml (push) Successful in 9s
repod / php (push) Successful in 42s
repod / nodejs (push) Successful in 59s
repod / release (push) Has been skipped
Reviewed-on: #160
2024-09-19 06:36:04 +00:00
Renovate Bot
3b2981d201 chore(deps): update nextcloud docker tag to v30
All checks were successful
repod / xml (push) Successful in 11s
repod / php (push) Successful in 1m19s
repod / nodejs (push) Successful in 1m2s
repod / release (push) Has been skipped
2024-09-19 06:34:06 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM nextcloud:29
FROM nextcloud:30
ENV NEXTCLOUD_UPDATE=1
ENV NEXTCLOUD_ADMIN_USER=repod