try using gh context

This commit is contained in:
Blake Blackshear 2022-11-23 17:06:49 -06:00
parent dce1dc1d03
commit 4fe19a2fd3

View File

@ -33,6 +33,7 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: "ghcr.io/blakeblackshear/frigate:${GITHUB_REF_NAME}-${GITHUB_SHA::7}"
tags: |
ghcr.io/blakeblackshear/frigate:${{ github.ref_name }}-${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max