Skip to content

Commit ccb043f

Browse files
committed
disable docker cache
1 parent ac5e015 commit ccb043f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test-database.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
cache: "pnpm"
2626
- name: Install Dependencies
2727
run: pnpm install --frozen-lockfile
28-
- name: Get supabase version
29-
working-directory: ./packages/database
30-
run: echo "SUPABASE_VERSION=$(./node_modules/.bin/supabase --version)" >> $GITHUB_ENV
31-
- name: Cache Docker images.
32-
uses: AndreKurait/docker-cache@0.6.0
33-
with:
34-
key: docker-${{ runner.os }}-${{ env.SUPABASE_VERSION }}
28+
# - name: Get supabase version
29+
# working-directory: ./packages/database
30+
# run: echo "SUPABASE_VERSION=$(./node_modules/.bin/supabase --version)" >> $GITHUB_ENV
31+
# - name: Cache Docker images.
32+
# uses: AndreKurait/docker-cache@0.6.0
33+
# with:
34+
# key: docker-${{ runner.os }}-${{ env.SUPABASE_VERSION }}
3535
- name: Setup database
3636
working-directory: ./packages/database
3737
run: pnpm run setup

0 commit comments

Comments
 (0)