Fix build

This commit is contained in:
Nick Mowen 2023-07-17 15:07:48 -06:00
parent 03d6512bcc
commit 11e455f118
3 changed files with 3 additions and 3 deletions

View File

@ -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