Merge pull request 'chore(deps): update nextcloud docker tag to v29' (#90) from renovate/nextcloud-29.x into main
Reviewed-on: https://git.crystalyx.net/Xefir/repod/pulls/90
This commit is contained in:
commit
e6621fee04
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
php:
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:28
|
||||
container: nextcloud:29
|
||||
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:28
|
||||
container: nextcloud:29
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:28
|
||||
FROM nextcloud:29
|
||||
|
||||
ENV NEXTCLOUD_UPDATE 1
|
||||
ENV NEXTCLOUD_ADMIN_USER repod
|
||||
|
|
Loading…
Reference in New Issue