Skip to content

Commit

Permalink
ci: fix docker image caching
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 6, 2024
1 parent 9a4ad1b commit 39aceac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: docker-practice/actions-setup-docker@master
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yml') }}
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yml') }}
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Setup Go
Expand Down

0 comments on commit 39aceac

Please sign in to comment.