From 27f77759ed9192982c1893ca64c5975bd33db9e6 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 8 Sep 2023 21:48:31 +0000 Subject: [PATCH] feat: test upload artifact --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 398032efba..5c65650dfa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,6 @@ jobs: - name: Cache Docker Image uses: actions/cache@v3 with: - key: ${{ env.TAG }} path: /tmp/${{ env.TAG }}.tar # - name: Upload Docker Image