This repository was archived by the owner on Nov 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,18 @@ jobs:
6262 context : .
6363 file : dockerfiles/${{ matrix.key }}.Dockerfile
6464 load : true
65- tags : ghcr.io/all-hands-ai /python-nodejs:${{ matrix.key }}
65+ tags : ghcr.io/openhands /python-nodejs:${{ matrix.key }}
6666 - name : Run smoke tests
6767 run : |
68- docker run --rm ghcr.io/all-hands-ai /python-nodejs:${{ matrix.key }} sh -c "node --version && npm --version && yarn --version && python --version && pip --version && pipenv --version && poetry --version && uv --version"
68+ docker run --rm ghcr.io/openhands /python-nodejs:${{ matrix.key }} sh -c "node --version && npm --version && yarn --version && python --version && pip --version && pipenv --version && poetry --version && uv --version"
6969 - name : Push image
7070 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
7171 with :
7272 context : .
7373 file : dockerfiles/${{ matrix.key }}.Dockerfile
7474 platforms : ${{ join(matrix.platforms) }}
7575 push : true
76- tags : ghcr.io/all-hands-ai /python-nodejs:${{ matrix.key }}
76+ tags : ghcr.io/openhands /python-nodejs:${{ matrix.key }}
7777
7878 release :
7979 name : Update versions.json and README.md
Original file line number Diff line number Diff line change @@ -116,17 +116,17 @@ Versions are kept up to date using official sources. For Python we scrape the _S
116116
117117``` bash
118118# Pull from Docker Hub
119- docker pull all-hands-ai /python-nodejs:latest
119+ docker pull openhands /python-nodejs:latest
120120# Build from GitHub
121- docker build -t all-hands-ai /python-nodejs github.com/All-Hands-AI /docker-python-nodejs
121+ docker build -t openhands /python-nodejs github.com/OpenHands /docker-python-nodejs
122122# Run image
123- docker run -it all-hands-ai /python-nodejs bash
123+ docker run -it openhands /python-nodejs bash
124124```
125125
126126### Use as base image
127127
128128``` Dockerfile
129- FROM all-hands-ai /python-nodejs:latest
129+ FROM openhands /python-nodejs:latest
130130
131131USER pn
132132WORKDIR /home/pn/app
You can’t perform that action at this time.
0 commit comments