Skip to content

Commit 20cb967

Browse files
feat: use GitHub actions cache for Docker building
Co-authored-by: South Drifter <[email protected]>
1 parent 18a79e7 commit 20cb967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-production.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
platforms: linux/amd64
4040
tags: ${{ env.BOX_URL }}:latest
4141
outputs: type=docker,dest=${{ env.ARTIFACT_PATH }}
42+
# use GitHub actions cache
43+
cache-from: type=gha
44+
cache-to: type=gha,mode=max
4245

4346
- name: Pick Docker Compose
4447
run: |

0 commit comments

Comments
 (0)