mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 13:37:43 +03:00
fix docs build
This commit is contained in:
parent
e0ac2233d3
commit
d75e04a378
@ -13,7 +13,7 @@ The community support boards framework allows a user in the community to be the
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Follow the steps from [the main contributing docs](/development/contributing.md).
|
||||
1. Follow the steps from [the main contributing docs](development/contributing.md).
|
||||
2. Create a new build type under `docker/`
|
||||
3. Get build working as expected, all board-specific changes should be done inside of the board specific docker file.
|
||||
|
||||
@ -72,7 +72,7 @@ COPY --from=rootfs / /
|
||||
The images for each board will be built for each Frigate release, this is done in the `.github/workflows/ci.yml` file. The board build workflow will need to be added here.
|
||||
|
||||
```yml
|
||||
- name: Build and push board build
|
||||
- name: Build and push board build
|
||||
uses: docker/bake-action@v3
|
||||
with:
|
||||
push: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user