Skip to content

Commit f106ca7

Browse files
committed
feat: use gha cache
1 parent 3275163 commit f106ca7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
platforms: linux/amd64
4949
tags: ${{ env.BOX_URL }}:latest
5050
outputs: type=docker,dest=${{ env.ARTIFACT_PATH }}
51+
# use cache from GitHub Actions
52+
cache-from: type=gha
53+
cache-to: type=gha,mode=max
5154

5255
- name: Pick Docker Compose
5356
run: |

0 commit comments

Comments
 (0)