Skip to content

Commit d449d21

Browse files
committed
tagged test docker imag
1 parent 54f3a42 commit d449d21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test_template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
platforms: linux/amd64
4747
cache-from: type=gha
4848
cache-to: type=gha,mode=max
49+
tags: e2bdev/code-interpreter-test:latest
4950

5051
- name: Install E2B CLI
5152
run: npm install -g @e2b/cli
@@ -54,7 +55,7 @@ jobs:
5455
id: build-template
5556
run: |
5657
rm -f e2b.toml
57-
echo "FROM ${{ steps.docker-build.outputs.imageid }}" > test.Dockerfile
58+
echo "FROM e2bdev/code-interpreter:latest" > test.Dockerfile
5859
e2b template build --memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "test.Dockerfile" | tee build_output.txt
5960
TEMPLATE_ID=$(grep "Requested build for the sandbox template" build_output.txt | awk '{print $NF}')
6061
echo "Captured Template ID: $TEMPLATE_ID"

0 commit comments

Comments
 (0)