From fe2c4ad23a89516520713afcb6cc0333ca7dba6c Mon Sep 17 00:00:00 2001 From: salonichf5 <146118978+salonichf5@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:27:29 -0600 Subject: [PATCH] remove ngf scope --- .github/workflows/functional.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index cbc280a827..cf0264ae09 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -81,8 +81,8 @@ jobs: tags: ${{ steps.ngf-meta.outputs.tags }} context: "." load: true - cache-from: type=gha,scope=ngf - cache-to: type=gha,scope=ngf,mode=max + cache-from: type=gha + cache-to: type=gha,mode=max pull: true target: goreleaser