Merge pull request 'chore(deps): update nextcloud docker tag to v28' (#36) from renovate/nextcloud-28.x into main
All checks were successful
repod / xml (push) Successful in 13s
repod / php (push) Successful in 51s
repod / nodejs (push) Successful in 2m22s
repod / release (push) Has been skipped

Reviewed-on: Xefir/RePod#36
This commit is contained in:
Michel Roux 2024-01-13 23:42:39 +00:00
commit ea8567169d

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