fix docs build

This commit is contained in:
Josh Hawkins 2025-03-16 11:57:08 -05:00
parent e0ac2233d3
commit d75e04a378

View File

@ -13,7 +13,7 @@ The community support boards framework allows a user in the community to be the
## Getting Started ## 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/` 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. 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. 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 ```yml
- name: Build and push board build - name: Build and push board build
uses: docker/bake-action@v3 uses: docker/bake-action@v3
with: with:
push: true push: true