We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc9678 commit fa779deCopy full SHA for fa779de
1 file changed
.github/workflows/build_test_template.yml
@@ -43,10 +43,11 @@ jobs:
43
with:
44
context: ./template
45
push: false
46
+ load: true
47
platforms: linux/amd64
48
cache-from: type=gha
49
cache-to: type=gha,mode=max
- tags: e2bdev/code-interpreter-test:latest
50
+ tags: code-interpreter-test:latest
51
52
- name: Install E2B CLI
53
run: npm install -g @e2b/cli
@@ -55,7 +56,7 @@ jobs:
55
56
id: build-template
57
run: |
58
rm -f e2b.toml
- echo "FROM e2bdev/code-interpreter-test:latest" > test.Dockerfile
59
+ echo "FROM code-interpreter-test:latest" > test.Dockerfile
60
e2b template build --memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "test.Dockerfile"
61
TEMPLATE_ID=$(grep "template_id" e2b.toml | cut -d '"' -f 2)
62
echo "Captured Template ID: $TEMPLATE_ID"
0 commit comments