Skip to content

Commit cc98720

Browse files
committed
updated dockerhub push tag
1 parent 46e4027 commit cc98720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
poetry run python build_docker.py | docker buildx build \
207207
--platform linux/amd64 \
208208
--push \
209-
--tag ${{ secrets.DOCKERHUB_USERNAME }}/desktop:latest -f - .
209+
--tag ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest -f - .
210210
211211
build-template:
212212
name: Build E2B template

0 commit comments

Comments
 (0)