chore(deps): update nextcloud docker tag to v28

This commit is contained in:
Renovate Bot 2024-01-13 06:55:14 +00:00
parent 822bf92a47
commit 162db87759
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
php: php:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nextcloud:26 container: nextcloud:28
steps: steps:
- run: apt-get update - run: apt-get update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs
@ -47,7 +47,7 @@ jobs:
release: release:
if: startsWith(gitea.ref, 'refs/tags') if: startsWith(gitea.ref, 'refs/tags')
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nextcloud:26 container: nextcloud:28
steps: steps:
- run: apt-get update - run: apt-get update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs