Skip to content

Commit fb40236

Browse files
committed
added gha cache for CI/CD template build
1 parent f4bb60f commit fb40236

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
push: false
4343
platforms: linux/amd64
4444
tags: ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest
45+
cache-from: type=gha
46+
cache-to: type=gha,mode=max
4547

4648
- name: Install E2B CLI
4749
run: npm install -g @e2b/cli

0 commit comments

Comments
 (0)