Skip to content

Commit fa779de

Browse files
committed
changed tag and added load: true to make the image visible locally
1 parent adc9678 commit fa779de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_test_template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -55,7 +56,7 @@ jobs:
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"

0 commit comments

Comments
 (0)