mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Fix build
This commit is contained in:
parent
abb66cc4cb
commit
275f704a38
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -62,16 +62,16 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
targets: rpi
|
||||
files: docker/rpi/bake.hcl
|
||||
files: docker/rpi/rpi.hcl
|
||||
set: |
|
||||
rpi.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-rpi
|
||||
rpi.cache-from=type=gha
|
||||
- name: Build and push TensorRT
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/bake-action@v3
|
||||
with:
|
||||
push: true
|
||||
targets: tensorrt
|
||||
files: docker/tensorrt/bake.hcl
|
||||
files: docker/tensorrt/trt.hcl
|
||||
set: |
|
||||
tensorrt.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-tensorrt
|
||||
tensorrt.cache-from=type=gha
|
||||
|
||||
Loading…
Reference in New Issue
Block a user