mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Add generalised tags to CI workflow
This commit is contained in:
parent
d1701e127e
commit
1bf3e40ac5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
|||||||
target: frigate
|
target: frigate
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}
|
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}
|
||||||
|
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
- name: Build and push TensorRT
|
- name: Build and push TensorRT
|
||||||
@ -64,4 +65,5 @@ jobs:
|
|||||||
target: frigate-tensorrt
|
target: frigate-tensorrt
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-tensorrt
|
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-tensorrt
|
||||||
|
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-tensorrt
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user