chore(deps): update nextcloud docker tag to v28
This commit is contained in:
parent
822bf92a47
commit
162db87759
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
php:
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:26
|
||||
container: nextcloud:28
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
release:
|
||||
if: startsWith(gitea.ref, 'refs/tags')
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:26
|
||||
container: nextcloud:28
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
|
Loading…
Reference in New Issue
Block a user