Skip to content

Commit 2aef0b5

Browse files
kiukchungfacebook-github-bot
authored andcommitted
(torchx/CI) update docker repo to ghcr.io/meta-pytorch/torchx
Summary: Updating container registry to point to meta-pytorch after the repo migration from pytorch/torchx to meta-pytorch/torchx Reviewed By: AbishekS Differential Revision: D83688082
1 parent 3b5df3a commit 2aef0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
set -eux
3434
torchx/runtime/container/build.sh
35-
docker tag torchx "ghcr.io/pytorch/torchx:$VERSION"
35+
docker tag torchx "ghcr.io/meta-pytorch/torchx:$VERSION"
3636
- name: Push containers
3737
run: |
3838
set -eux
39-
docker push "ghcr.io/pytorch/torchx:$VERSION"
39+
docker push "ghcr.io/meta-pytorch/torchx:$VERSION"

0 commit comments

Comments
 (0)