From ebb4bc7e6bad863c4ba8cd34e7cea2e5dc5ff66f Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 8 Sep 2023 22:39:11 +0000 Subject: [PATCH] chore: update CI file --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eff3a2fcc..696c80c35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: with: context: . push: false - tag: ${{ env.IMAGE }} + tags: ${{ env.IMAGE }} load: true cache-from: type=gha cache-to: type=gha,mode=max