Skip to content

Commit

Permalink
ci: remove docker image caching
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 6, 2024
1 parent 75d0807 commit aaa0571
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
steps:
- name: Setup Docker
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') }}
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Setup Go
Expand Down

0 comments on commit aaa0571

Please sign in to comment.