Skip to content

nextcloud: Fix Nginx regex #40

nextcloud: Fix Nginx regex

nextcloud: Fix Nginx regex #40

---
name: "Package nextcloud"
on:
push:
branches:
- main
- test
- dev
paths:
- 'nextcloud/**'
workflow_dispatch: {}
jobs:
package-nextcloud:
uses: "./.github/workflows/package.yml"
with:
name: nextcloud-fpm
path: nextcloud
package-nginx:
uses: "./.github/workflows/package.yml"
with:
name: nextcloud-nginx
file: Containerfile-nginx
path: nextcloud