mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Set targets
This commit is contained in:
parent
175ca43b1f
commit
03d6512bcc
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
uses: docker/bake-action@v3
|
||||
with:
|
||||
push: true
|
||||
target: rpi
|
||||
targets: rpi
|
||||
files: docker/rpi/bake.hcl
|
||||
set: |
|
||||
rpi.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-rpi
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
target: tensorrt
|
||||
targets: tensorrt
|
||||
files: docker/tensorrt/bake.hcl
|
||||
set: |
|
||||
tensorrt.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-tensorrt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user