add code-server - this is a WIP container, its fully functional, but … #1
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
| # Build FreeBSD container image with dbuild. | ||
| # Docs: https://github.com/daemonless/dbuild | ||
| name: Daemonless 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/build.yml@v2 | ||
|
Check failure on line 16 in .github/workflows/build.yaml
|
||
| permissions: | ||
| contents: read | ||
| packages: write | ||
| secrets: inherit | ||