mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
Fix: Change default DOCKER_ORG from all-hands-ai to openhands (#11489)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
DOCKER_REGISTRY=ghcr.io
|
DOCKER_REGISTRY=ghcr.io
|
||||||
DOCKER_ORG=all-hands-ai
|
DOCKER_ORG=openhands
|
||||||
DOCKER_IMAGE=openhands
|
DOCKER_IMAGE=openhands
|
||||||
DOCKER_BASE_DIR="."
|
DOCKER_BASE_DIR="."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
DOCKER_REGISTRY=ghcr.io
|
DOCKER_REGISTRY=ghcr.io
|
||||||
DOCKER_ORG=all-hands-ai
|
DOCKER_ORG=openhands
|
||||||
DOCKER_BASE_DIR="./containers/runtime"
|
DOCKER_BASE_DIR="./containers/runtime"
|
||||||
DOCKER_IMAGE=runtime
|
DOCKER_IMAGE=runtime
|
||||||
# These variables will be appended by the runtime_build.py script
|
# These variables will be appended by the runtime_build.py script
|
||||||
|
|||||||
Reference in New Issue
Block a user