We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acb390 commit 79c8327Copy full SHA for 79c8327
.github/workflows/release.yml
@@ -189,23 +189,13 @@ jobs:
189
190
sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" requirements.txt
191
192
- - name: Cache Docker layers
193
- uses: actions/cache@v3
194
- with:
195
- path: /tmp/.buildx-cache
196
- key: ${{ runner.os }}-buildx-${{ github.sha }}
197
- restore-keys: |
198
- ${{ runner.os }}-buildx-
199
-
200
- name: Build Docker image
201
uses: docker/build-push-action@v6
202
with:
203
context: ./template
204
push: true
205
platforms: linux/amd64
206
tags: ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest
207
- cache-from: type=local,src=/tmp/.buildx-cache
208
- cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
209
210
build-template:
211
name: Build E2B template
0 commit comments