Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 2fd6d82

Browse files
authored
Change registry to ghcr
1 parent 897fad3 commit 2fd6d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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"
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)