This repository was archived by the owner on Nov 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 context : .
6363 file : dockerfiles/${{ matrix.key }}.Dockerfile
6464 load : true
65- tags : all-hands-ai/python-nodejs:${{ matrix.key }}
65+ tags : ghcr.io/ all-hands-ai/python-nodejs:${{ matrix.key }}
6666 - name : Run smoke tests
6767 run : |
6868 docker run --rm 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"
7373 file : dockerfiles/${{ matrix.key }}.Dockerfile
7474 platforms : ${{ join(matrix.platforms) }}
7575 push : true
76- tags : all-hands-ai/python-nodejs:${{ matrix.key }}
76+ tags : ghcr.io/ all-hands-ai/python-nodejs:${{ matrix.key }}
7777
7878 release :
7979 name : Update versions.json and README.md
You can’t perform that action at this time.
0 commit comments