Skip to content

Commit 79c8327

Browse files
committed
Remove cache
1 parent 1acb390 commit 79c8327

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,23 +189,13 @@ jobs:
189189
190190
sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" requirements.txt
191191
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-
200192
- name: Build Docker image
201193
uses: docker/build-push-action@v6
202194
with:
203195
context: ./template
204196
push: true
205197
platforms: linux/amd64
206198
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
209199

210200
build-template:
211201
name: Build E2B template

0 commit comments

Comments
 (0)