From 22c878104729ba790f645dc1244ccd3bce05e2a6 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 8 Sep 2023 19:11:57 +0000 Subject: [PATCH] feat: test upload artifact --- .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 874c4b341b..bea74325ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: with: context: . push: false - tags: TAG + tags: ${{ TAG }} load: true cache-from: type=gha cache-to: type=gha,mode=max