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