Skip to content

Commit

Permalink
chore(ci): enable gha caching
Browse files Browse the repository at this point in the history
Signed-off-by: Wataru Ishida <[email protected]>
  • Loading branch information
ishidawataru committed Mar 11, 2024
1 parent 0228ed4 commit 482942d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Unittest
uses: docker/build-push-action@v5
with:
target: unittest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 482942d

Please sign in to comment.