Skip to content

Commit afec5a9

Browse files
authored
ci: remove broken docker cache step (#5778)
Removes a broken docker cache step. I'm not sure if it ever worked, all recent actions report `Failed to restore: Cache service responded with 400`. The `Post Cache Docker images` step also causes [CI failures for some images ](https://github.com/prisma/prisma-engines/actions/runs/22143613049/job/64014401975?pr=5777)when it runs `docker save`.
1 parent 3f49263 commit afec5a9

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/test-query-compiler-template.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
username: ${{ secrets.DOCKERHUB_USERNAME }}
7777
password: ${{ secrets.DOCKERHUB_TOKEN }}
7878

79-
- name: Cache Docker images.
80-
uses: ScribeMD/docker-cache@0.5.0
81-
with:
82-
key: docker-${{ inputs.setup_task }}-${{hashFiles('docker-compose.yaml')}}
83-
8479
- name: Set Prisma branch
8580
id: set-prisma-branch
8681
run: |

.github/workflows/test-schema-engine-linux-template.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
username: ${{ secrets.DOCKERHUB_USERNAME }}
4545
password: ${{ secrets.DOCKERHUB_TOKEN }}
4646

47-
- name: Cache Docker images.
48-
uses: ScribeMD/docker-cache@0.5.0
49-
with:
50-
key: docker-${{ inputs.database_name }}-${{ hashFiles('docker-compose.yaml') }}
51-
5247
#
5348
# Multithreaded tests
5449
#

.github/workflows/test-schema-engine.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848

49-
- name: Cache Docker images.
50-
uses: ScribeMD/docker-cache@0.5.0
51-
with:
52-
key: docker-${{ matrix.database.name }}-${{hashFiles('docker-compose.yaml')}}
53-
5449
- name: 'Start ${{ matrix.database.name }}'
5550
run: make start-${{ matrix.database.name }}-single
5651

0 commit comments

Comments
 (0)