Skip to content

Commit

Permalink
fix: Fix github action docker image cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Jan 15, 2025
1 parent 5c0df75 commit ea371e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Cache Docker images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-mongo-${{ hashFiles(matrix.mongo-version) }}
key: docker-${{ runner.os }}-mongo-${{ matrix.mongo-version }}

- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down

0 comments on commit ea371e8

Please sign in to comment.