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:
|
with:
|
||||||
push: true
|
push: true
|
||||||
targets: rpi
|
targets: rpi
|
||||||
files: docker/rpi/bake.hcl
|
files: docker/rpi/rpi.hcl
|
||||||
set: |
|
set: |
|
||||||
rpi.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-rpi
|
rpi.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-rpi
|
||||||
rpi.cache-from=type=gha
|
rpi.cache-from=type=gha
|
||||||
- name: Build and push TensorRT
|
- name: Build and push TensorRT
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/bake-action@v3
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
targets: tensorrt
|
targets: tensorrt
|
||||||
files: docker/tensorrt/bake.hcl
|
files: docker/tensorrt/trt.hcl
|
||||||
set: |
|
set: |
|
||||||
tensorrt.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-tensorrt
|
tensorrt.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-tensorrt
|
||||||
tensorrt.cache-from=type=gha
|
tensorrt.cache-from=type=gha
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user