From fa99c4584e9ab2ee6684044b4be18da6af8fead5 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 8 Sep 2023 20:07:13 +0000 Subject: [PATCH] feat: test upload artifact --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bea74325ee..bf82969559 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,7 @@ env: TAG: appwrite-dev on: [pull_request] + jobs: setup: name: Setup & Build Appwrite Image @@ -37,7 +38,7 @@ jobs: with: context: . push: false - tags: ${{ TAG }} + tags: $TAG load: true cache-from: type=gha cache-to: type=gha,mode=max