File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,11 @@ jobs:
4343 with :
4444 context : ./template
4545 push : false
46+ load : true
4647 platforms : linux/amd64
4748 cache-from : type=gha
4849 cache-to : type=gha,mode=max
49- tags : e2bdev/ code-interpreter-test:latest
50+ tags : code-interpreter-test:latest
5051
5152 - name : Install E2B CLI
5253 run : npm install -g @e2b/cli
5556 id : build-template
5657 run : |
5758 rm -f e2b.toml
58- echo "FROM e2bdev/ code-interpreter-test:latest" > test.Dockerfile
59+ echo "FROM code-interpreter-test:latest" > test.Dockerfile
5960 e2b template build --memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "test.Dockerfile"
6061 TEMPLATE_ID=$(grep "template_id" e2b.toml | cut -d '"' -f 2)
6162 echo "Captured Template ID: $TEMPLATE_ID"
You can’t perform that action at this time.
0 commit comments