This repository was archived by the owner on Mar 21, 2026. It is now read-only.
Note that overseerr is no longer maintained and seerr is it's replace… #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build FreeBSD Container | |
| on: | |
| push: | |
| branches: [main] | |
| paths-ignore: ['*.md', 'LICENSE', '.gitignore'] | |
| pull_request: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| uses: daemonless/dbuild/.github/workflows/daemonless-build.yaml@main | |
| with: | |
| image_name: overseerr | |
| secrets: inherit |