From 4fe19a2fd396e47b929e7fa9e6e0fedd3535a0e8 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Wed, 23 Nov 2022 17:06:49 -0600 Subject: [PATCH] try using gh context --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3af77c36..aa9648e24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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