diff --git a/containers/app/config.sh b/containers/app/config.sh index 6ed9ac329e..41d00c84a0 100644 --- a/containers/app/config.sh +++ b/containers/app/config.sh @@ -1,4 +1,4 @@ DOCKER_REGISTRY=ghcr.io -DOCKER_ORG=all-hands-ai +DOCKER_ORG=openhands DOCKER_IMAGE=openhands DOCKER_BASE_DIR="." diff --git a/containers/runtime/config.sh b/containers/runtime/config.sh index 99d2eb66cc..d0250b6dfe 100644 --- a/containers/runtime/config.sh +++ b/containers/runtime/config.sh @@ -1,5 +1,5 @@ DOCKER_REGISTRY=ghcr.io -DOCKER_ORG=all-hands-ai +DOCKER_ORG=openhands DOCKER_BASE_DIR="./containers/runtime" DOCKER_IMAGE=runtime # These variables will be appended by the runtime_build.py script