Compare commits

..

No commits in common. "0d017bbc68b49afcdfac9ac2a48f2be203b28b9b" and "25949e98c9761ba47abbf85d89c1aceb2613731a" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
php:
runs-on: ubuntu-latest
container: nextcloud:30
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:30
container: nextcloud:29
steps:
- run: apt-get update
- run: apt-get install -y git nodejs

View File

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